| f | module Cisco-IOS-XR-um-cont-ether-macsec-pm-cfg { | f | module Cisco-IOS-XR-um-cont-ether-macsec-pm-cfg { |
| namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-um-cont-ether-macsec-pm-cfg"; | | namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-um-cont-ether-macsec-pm-cfg"; |
| prefix um-cont-ether-macsec-pm-cfg; | | prefix um-cont-ether-macsec-pm-cfg; |
| | | |
| import Cisco-IOS-XR-types { | | import Cisco-IOS-XR-types { |
| prefix xr; | | prefix xr; |
| } | | } |
| import Cisco-IOS-XR-um-interface-cfg { | | import Cisco-IOS-XR-um-interface-cfg { |
| prefix a1; | | prefix a1; |
| } | | } |
| import tailf-common { | | import tailf-common { |
| prefix tailf; | | prefix tailf; |
| n | } | n | |
| import cisco-semver { | | |
| prefix semver; | | |
| } | | } |
| | | |
| organization | | organization |
| "Cisco Systems, Inc."; | | "Cisco Systems, Inc."; |
| contact | | contact |
| "Cisco Systems, Inc. | | "Cisco Systems, Inc. |
| Customer Service | | Customer Service |
| | | |
| Postal: 170 West Tasman Drive | | Postal: 170 West Tasman Drive |
| San Jose, CA 95134 | | San Jose, CA 95134 |
| | | |
| Tel: +1 800 553-NETS | | Tel: +1 800 553-NETS |
| | | |
| E-mail: cs-yang@cisco.com"; | | E-mail: cs-yang@cisco.com"; |
| description | | description |
| "This module contains a collection of YANG definitions | | "This module contains a collection of YANG definitions |
| for Cisco IOS-XR cont-ether-macsec-pm package configuration. | | for Cisco IOS-XR cont-ether-macsec-pm package configuration. |
| | | |
| This YANG module augments the | | This YANG module augments the |
| modules with configuration data. | | modules with configuration data. |
| | | |
| Copyright (c) 2021-2022 by Cisco Systems, Inc. | | Copyright (c) 2021-2022 by Cisco Systems, Inc. |
| All rights reserved."; | | All rights reserved."; |
| | | |
| revision 2022-07-11 { | | revision 2022-07-11 { |
| description | | description |
| n | "Added missing description statement to nodes | n | "Added missing description statement to nodes"; |
| 2022-06-01 | | } |
| | | revision 2022-06-01 { |
| | | description |
| Adjusted controller augmentation hierarchy"; | | "Adjusted controller augmentation hierarchy"; |
| semver:module-version "1.1.0"; | | |
| } | | } |
| revision 2021-10-14 { | | revision 2021-10-14 { |
| description | | description |
| "Initial release"; | | "Initial release"; |
| t | semver:module-version "1.0.0"; | t | |
| } | | } |
| | | |
| grouping IF-BODY { | | grouping IF-BODY { |
| description | | description |
| "Grouping for interface"; | | "Grouping for interface"; |
| container pm { | | container pm { |
| when "../a1:interface-name[starts-with(text(),'HundredGigE')]" { | | when "../a1:interface-name[starts-with(text(),'HundredGigE')]" { |
| tailf:dependency "../a1:interface-name"; | | tailf:dependency "../a1:interface-name"; |
| } | | } |
| description | | description |
| "Configure pm parameters"; | | "Configure pm parameters"; |
| container interval-15-min { | | container interval-15-min { |
| description | | description |
| "Configure pm parameters of 15 minute interval"; | | "Configure pm parameters of 15 minute interval"; |
| container ether { | | container ether { |
| description | | description |
| "configure ether performance monitoring"; | | "configure ether performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on ether parameters"; | | "Configure threshold on ether parameters"; |
| leaf rx-pkt { | | leaf rx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "RX-PKT threshold "; | | "RX-PKT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set RX-PKT threshold"; | | "set RX-PKT threshold"; |
| } | | } |
| leaf out-ucast { | | leaf out-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-UCAST threshold"; | | "OUT-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-UCAST threshold"; | | "set OUT-UCAST threshold"; |
| } | | } |
| leaf in-mcast { | | leaf in-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MCAST threshold"; | | "IN-MCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MCAST threshold"; | | "set IN-MCAST threshold"; |
| } | | } |
| leaf in-bcast { | | leaf in-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-BCAST threshold"; | | "IN-BCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-BCAST threshold"; | | "set IN-BCAST threshold"; |
| } | | } |
| leaf if-in-octets { | | leaf if-in-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_OCTETS threshold"; | | "IFIN_OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_OCTETS threshold"; | | "set IFIN_OCTETS threshold"; |
| } | | } |
| leaf out-octets { | | leaf out-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-OCTET threshold "; | | "OUT-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-OCTET threshold"; | | "set OUT-OCTET threshold"; |
| } | | } |
| leaf fcs-err { | | leaf fcs-err { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "FCS-ERR threshold"; | | "FCS-ERR threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set FCS-ERR threshold"; | | "set FCS-ERR threshold"; |
| } | | } |
| leaf tx-pkt { | | leaf tx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX-PKT threshold"; | | "TX-PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX-PKT threshold"; | | "set TX-PKT threshold"; |
| } | | } |
| leaf in-ucast { | | leaf in-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-UCAST threshold"; | | "IN-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-UCAST threshold"; | | "set IN-UCAST threshold"; |
| } | | } |
| leaf out-mcast { | | leaf out-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-MCAST threshold "; | | "OUT-MCAST threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-MCAST threshold"; | | "set OUT-MCAST threshold"; |
| } | | } |
| leaf out-bcast { | | leaf out-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-BCAST threshold "; | | "OUT-BCAST threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-BCAST threshold"; | | "set OUT-BCAST threshold"; |
| } | | } |
| leaf in-pause-frame { | | leaf in-pause-frame { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PAUSE-FRAME threshold"; | | "IN-PAUSE-FRAME threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PAUSE-FRAME threshold"; | | "set IN-PAUSE-FRAME threshold"; |
| } | | } |
| leaf in-good-bytes { | | leaf in-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-GOOD-BYTES threshold"; | | "IN-GOOD-BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-GOOD-BYTES threshold"; | | "set IN-GOOD-BYTES threshold"; |
| } | | } |
| leaf in-802-1q-frames { | | leaf in-802-1q-frames { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-802-1Q-FRAMES threshold"; | | "IN-802-1Q-FRAMES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-802-1Q-FRAMES threshold"; | | "set IN-802-1Q-FRAMES threshold"; |
| } | | } |
| leaf in-pkts-1519-max-octets { | | leaf in-pkts-1519-max-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKTS-1519-MAX-OCTETS threshold"; | | "IN-PKTS-1519-MAX-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKTS-1519-MAX-OCTETS threshold"; | | "set IN-PKTS-1519-MAX-OCTETS threshold"; |
| } | | } |
| leaf in-good-pkts { | | leaf in-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-GOOD-PKTS threshold"; | | "IN-GOOD-PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-GOOD-PKTS threshold"; | | "set IN-GOOD-PKTS threshold"; |
| } | | } |
| leaf in-drop-overrun { | | leaf in-drop-overrun { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-OVERRUN threshold"; | | "IN-DROP-OVERRUN threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-DROP-OVERRUN threshold"; | | "set IN-DROP-OVERRUN threshold"; |
| } | | } |
| leaf in-drop-abort { | | leaf in-drop-abort { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-ABORT threshold"; | | "IN-DROP-ABORT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-DROP-ABORT threshold"; | | "set IN-DROP-ABORT threshold"; |
| } | | } |
| leaf in-drop-invalid-vlan { | | leaf in-drop-invalid-vlan { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-INVALID-VLAN threshold"; | | "IN-DROP-INVALID-VLAN threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-DROP-INVALID-VLAN threshold"; | | "set IN-DROP-INVALID-VLAN threshold"; |
| } | | } |
| leaf in-drop-invalid-dmac { | | leaf in-drop-invalid-dmac { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-INVALID-DMAC threshold"; | | "IN-DROP-INVALID-DMAC threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-DROP-INVALID-DMAC threshold"; | | "set IN-DROP-INVALID-DMAC threshold"; |
| } | | } |
| leaf in-drop-invalid-encap { | | leaf in-drop-invalid-encap { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-INVALID-ENCAP threshold"; | | "IN-DROP-INVALID-ENCAP threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-DROP-INVALID-ENCAP threshold"; | | "set IN-DROP-INVALID-ENCAP threshold"; |
| } | | } |
| leaf in-drop-other { | | leaf in-drop-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-OTHER threshold"; | | "IN-DROP-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-DROP-OTHER threshold"; | | "set IN-DROP-OTHER threshold"; |
| } | | } |
| leaf in-mib-giant { | | leaf in-mib-giant { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MIB-GIANT threshold"; | | "IN-MIB-GIANT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MIB-GIANT threshold"; | | "set IN-MIB-GIANT threshold"; |
| } | | } |
| leaf in-mib-jabber { | | leaf in-mib-jabber { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MIB-JABBER threshold"; | | "IN-MIB-JABBER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MIB-JABBER threshold"; | | "set IN-MIB-JABBER threshold"; |
| } | | } |
| leaf in-mib-crc { | | leaf in-mib-crc { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MIB-CRC threshold"; | | "IN-MIB-CRC threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MIB-CRC threshold"; | | "set IN-MIB-CRC threshold"; |
| } | | } |
| leaf in-error-collisions { | | leaf in-error-collisions { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-COLLISIONS threshold"; | | "IN-ERROR-COLLISIONS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-COLLISIONS threshold"; | | "set IN-ERROR-COLLISIONS threshold"; |
| } | | } |
| leaf in-error-symbol { | | leaf in-error-symbol { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-SYMBOL threshold"; | | "IN-ERROR-SYMBOL threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-SYMBOL threshold"; | | "set IN-ERROR-SYMBOL threshold"; |
| } | | } |
| leaf out-good-bytes { | | leaf out-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-GOOD-BYTES threshold"; | | "OUT-GOOD-BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-GOOD-BYTES threshold"; | | "set OUT-GOOD-BYTES threshold"; |
| } | | } |
| leaf out-802-1q-frames { | | leaf out-802-1q-frames { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-802-1Q-FRAMES threshold"; | | "OUT-802-1Q-FRAMES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-802-1Q-FRAMES threshold"; | | "set OUT-802-1Q-FRAMES threshold"; |
| } | | } |
| leaf out-pause-frames { | | leaf out-pause-frames { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PAUSE-FRAMES threshold"; | | "OUT-PAUSE-FRAMES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PAUSE-FRAMES threshold"; | | "set OUT-PAUSE-FRAMES threshold"; |
| } | | } |
| leaf out-pkts-1519-max-octets { | | leaf out-pkts-1519-max-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-1519-MAX-OCTETS threshold"; | | "OUT-PKTS-1519-MAX-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-1519-MAX-OCTETS threshold"; | | "set OUT-PKTS-1519-MAX-OCTETS threshold"; |
| } | | } |
| leaf out-good-pkts { | | leaf out-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-GOOD-PKTS threshold"; | | "OUT-GOOD-PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-GOOD-PKTS threshold"; | | "set OUT-GOOD-PKTS threshold"; |
| } | | } |
| leaf out-drop-underrun { | | leaf out-drop-underrun { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-DROP-UNDERRUN threshold"; | | "OUT-DROP-UNDERRUN threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-DROP-UNDERRUN threshold"; | | "set OUT-DROP-UNDERRUN threshold"; |
| } | | } |
| leaf out-drop-abort { | | leaf out-drop-abort { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-DROP-ABORT threshold"; | | "OUT-DROP-ABORT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-DROP-ABORT threshold"; | | "set OUT-DROP-ABORT threshold"; |
| } | | } |
| leaf out-drop-other { | | leaf out-drop-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-DROP-OTHER threshold"; | | "OUT-DROP-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-DROP-OTHER threshold"; | | "set OUT-DROP-OTHER threshold"; |
| } | | } |
| leaf out-error-other { | | leaf out-error-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-ERROR-OTHER threshold"; | | "OUT-ERROR-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-ERROR-OTHER threshold"; | | "set OUT-ERROR-OTHER threshold"; |
| } | | } |
| leaf in-error-giant { | | leaf in-error-giant { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-GIANT threshold"; | | "IN-ERROR-GIANT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-GIANT threshold"; | | "set IN-ERROR-GIANT threshold"; |
| } | | } |
| leaf in-error-runt { | | leaf in-error-runt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-RUNT threshold"; | | "IN-ERROR-RUNT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-RUNT threshold"; | | "set IN-ERROR-RUNT threshold"; |
| } | | } |
| leaf in-error-jabbers { | | leaf in-error-jabbers { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-JABBERS threshold"; | | "IN-ERROR-JABBERS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-JABBERS threshold"; | | "set IN-ERROR-JABBERS threshold"; |
| } | | } |
| leaf in-error-fragments { | | leaf in-error-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-FRAGMENTS threshold"; | | "IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-FRAGMENTS threshold"; | | "set IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| leaf in-error-other { | | leaf in-error-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-OTHER threshold"; | | "IN-ERROR-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-OTHER threshold"; | | "set IN-ERROR-OTHER threshold"; |
| } | | } |
| leaf in-pkt-64-octet { | | leaf in-pkt-64-octet { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKT-64-OCTET threshold"; | | "IN-PKT-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKT-64-OCTET threshold"; | | "set IN-PKT-64-OCTET threshold"; |
| } | | } |
| leaf in-pkts-65-127octets { | | leaf in-pkts-65-127octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKTS-65-127OCTETS threshold"; | | "IN-PKTS-65-127OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKTS-65-127OCTETS threshold"; | | "set IN-PKTS-65-127OCTETS threshold"; |
| } | | } |
| leaf in-pkts-128-255-octets { | | leaf in-pkts-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKTS-128-255-OCTETS threshold"; | | "IN-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKTS-128-255-OCTETS threshold"; | | "set IN-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| leaf in-pkts-256-511-octets { | | leaf in-pkts-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKTS-256-511-OCTETS threshold"; | | "IN-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKTS-256-511-OCTETS threshold"; | | "set IN-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| leaf in-pkts-512-1023-octets { | | leaf in-pkts-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKTS-512-1023-OCTETS threshold"; | | "IN-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKTS-512-1023-OCTETS threshold"; | | "set IN-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| leaf in-pkts-1024-1518-octets { | | leaf in-pkts-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKTS-1024-1518-OCTETS threshold"; | | "IN-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKTS-1024-1518-OCTETS threshold"; | | "set IN-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| leaf out-pkt-64-octet { | | leaf out-pkt-64-octet { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKT-64-OCTET threshold"; | | "OUT-PKT-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKT-64-OCTET threshold"; | | "set OUT-PKT-64-OCTET threshold"; |
| } | | } |
| leaf out-pkts-65-127octets { | | leaf out-pkts-65-127octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-65-127OCTETS threshold"; | | "OUT-PKTS-65-127OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-65-127OCTETS threshold"; | | "set OUT-PKTS-65-127OCTETS threshold"; |
| } | | } |
| leaf out-pkts-128-255-octets { | | leaf out-pkts-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-128-255-OCTETS threshold"; | | "OUT-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-128-255-OCTETS threshold"; | | "set OUT-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-256-511-octets { | | leaf out-pkts-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-256-511-OCTETS threshold"; | | "OUT-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-256-511-OCTETS threshold"; | | "set OUT-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-512-1023-octets { | | leaf out-pkts-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-512-1023-OCTETS threshold"; | | "OUT-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-512-1023-OCTETS threshold"; | | "set OUT-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-1024-1518-octets { | | leaf out-pkts-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-1024-1518-OCTETS threshold"; | | "OUT-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-1024-1518-OCTETS threshold"; | | "set OUT-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set ether TCA reporting status"; | | "set ether TCA reporting status"; |
| container rx-pkt { | | container rx-pkt { |
| description | | description |
| "set rx-pkt TCA reporting status"; | | "set rx-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container fcs-err { | | container fcs-err { |
| description | | description |
| "set fcs-err TCA reporting status"; | | "set fcs-err TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-ucast { | | container in-ucast { |
| description | | description |
| "set in-Ucast TCA reporting status"; | | "set in-Ucast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mcast { | | container in-mcast { |
| description | | description |
| "set in-Mcast TCA reporting status"; | | "set in-Mcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-bcast { | | container in-bcast { |
| description | | description |
| "set in-Bcast TCA reporting status"; | | "set in-Bcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-ucast { | | container out-ucast { |
| description | | description |
| "set es-pm TCA reporting status"; | | "set es-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-mcast { | | container out-mcast { |
| description | | description |
| "set esr-pm TCA reporting status"; | | "set esr-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-bcast { | | container out-bcast { |
| description | | description |
| "set es-sm TCA reporting status"; | | "set es-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-pkt { | | container tx-pkt { |
| description | | description |
| "set esr-sm TCA reporting status"; | | "set esr-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-octets { | | container if-in-octets { |
| description | | description |
| "set ifOut_errors TCA reporting status"; | | "set ifOut_errors TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets { | | container out-octets { |
| description | | description |
| "set out-octets TCA reporting status"; | | "set out-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pause-frame { | | container in-pause-frame { |
| description | | description |
| "set in-pause-frame TCA reporting status"; | | "set in-pause-frame TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-bytes { | | container in-good-bytes { |
| description | | description |
| "set in-good-bytes TCA reporting status"; | | "set in-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-802-1q-frames { | | container in-802-1q-frames { |
| description | | description |
| "set in-802-1Q-frames TCA reporting status"; | | "set in-802-1Q-frames TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-1519-max-octets { | | container in-pkts-1519-max-octets { |
| description | | description |
| "set in-pkts-1519-Max-octets TCA reporting status"; | | "set in-pkts-1519-Max-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-pkts { | | container in-good-pkts { |
| description | | description |
| "set in-good-pkts TCA reporting status"; | | "set in-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-overrun { | | container in-drop-overrun { |
| description | | description |
| "set in-drop-overrun TCA reporting status"; | | "set in-drop-overrun TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-abort { | | container in-drop-abort { |
| description | | description |
| "set in-drop-abort TCA reporting status"; | | "set in-drop-abort TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-invalid-vlan { | | container in-drop-invalid-vlan { |
| description | | description |
| "set in-drop-invalid-VLAN TCA reporting status"; | | "set in-drop-invalid-VLAN TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-invalid-dmac { | | container in-drop-invalid-dmac { |
| description | | description |
| "set in-drop-invalid-DMAC TCA reporting status"; | | "set in-drop-invalid-DMAC TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-invalid-encap { | | container in-drop-invalid-encap { |
| description | | description |
| "set in-drop-invalid-encap TCA reporting status"; | | "set in-drop-invalid-encap TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-other { | | container in-drop-other { |
| description | | description |
| "set in-drop-other TCA reporting status"; | | "set in-drop-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mib-giant { | | container in-mib-giant { |
| description | | description |
| "set in-MIB-giant TCA reporting status"; | | "set in-MIB-giant TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mib-jabber { | | container in-mib-jabber { |
| description | | description |
| "set in-MIB-jabber TCA reporting status"; | | "set in-MIB-jabber TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mib-crc { | | container in-mib-crc { |
| description | | description |
| "set in-MIB-CRC TCA reporting status"; | | "set in-MIB-CRC TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-collisions { | | container in-error-collisions { |
| description | | description |
| "set in-error-collisions TCA reporting status"; | | "set in-error-collisions TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-symbol { | | container in-error-symbol { |
| description | | description |
| "set in-error-symbol TCA reporting status"; | | "set in-error-symbol TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-bytes { | | container out-good-bytes { |
| description | | description |
| "set out-good-bytes TCA reporting status"; | | "set out-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-802-1q-frames { | | container out-802-1q-frames { |
| description | | description |
| "set out-802-1Q-frames TCA reporting status"; | | "set out-802-1Q-frames TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pause-frames { | | container out-pause-frames { |
| description | | description |
| "set out-pause-frames TCA reporting status"; | | "set out-pause-frames TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-1519-max-octets { | | container out-pkts-1519-max-octets { |
| description | | description |
| "set out-pkts-1519-Max-octets TCA reporting status"; | | "set out-pkts-1519-Max-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-pkts { | | container out-good-pkts { |
| description | | description |
| "set out-good-pkts TCA reporting status"; | | "set out-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-drop-underrun { | | container out-drop-underrun { |
| description | | description |
| "set out-drop-underrun TCA reporting status"; | | "set out-drop-underrun TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-drop-abort { | | container out-drop-abort { |
| description | | description |
| "set out-drop-abort TCA reporting status"; | | "set out-drop-abort TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-drop-other { | | container out-drop-other { |
| description | | description |
| "set out-drop-other TCA reporting status"; | | "set out-drop-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-error-other { | | container out-error-other { |
| description | | description |
| "set out-error-other TCA reporting status"; | | "set out-error-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-giant { | | container in-error-giant { |
| description | | description |
| "set in-error-giant TCA reporting status"; | | "set in-error-giant TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-runt { | | container in-error-runt { |
| description | | description |
| "set in-error-runt TCA reporting status"; | | "set in-error-runt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-jabbers { | | container in-error-jabbers { |
| description | | description |
| "set in-error-jabbers TCA reporting status"; | | "set in-error-jabbers TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-fragments { | | container in-error-fragments { |
| description | | description |
| "set in-error-fragments TCA reporting status"; | | "set in-error-fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-other { | | container in-error-other { |
| description | | description |
| "set in-error-other TCA reporting status"; | | "set in-error-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkt-64-octet { | | container in-pkt-64-octet { |
| description | | description |
| "set in-pkt-64-octet TCA reporting status"; | | "set in-pkt-64-octet TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-65-127octets { | | container in-pkts-65-127octets { |
| description | | description |
| "set in-pkts-65-127octets TCA reporting status"; | | "set in-pkts-65-127octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-128-255-octets { | | container in-pkts-128-255-octets { |
| description | | description |
| "set in-pkts-128-255-octets TCA reporting status"; | | "set in-pkts-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-256-511-octets { | | container in-pkts-256-511-octets { |
| description | | description |
| "set in-pkts-256-511-octets TCA reporting status"; | | "set in-pkts-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-512-1023-octets { | | container in-pkts-512-1023-octets { |
| description | | description |
| "set in-pkts-512-1023-octets TCA reporting status"; | | "set in-pkts-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-1024-1518-octets { | | container in-pkts-1024-1518-octets { |
| description | | description |
| "set in-pkts-1024-1518-octets TCA reporting status"; | | "set in-pkts-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkt-64-octet { | | container out-pkt-64-octet { |
| description | | description |
| "set out-pkt-64-octet TCA reporting status"; | | "set out-pkt-64-octet TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-65-127octets { | | container out-pkts-65-127octets { |
| description | | description |
| "set out-pkts-65-127octets TCA reporting status"; | | "set out-pkts-65-127octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-128-255-octets { | | container out-pkts-128-255-octets { |
| description | | description |
| "set out-pkts-128-255-octets TCA reporting status"; | | "set out-pkts-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-256-511-octets { | | container out-pkts-256-511-octets { |
| description | | description |
| "set out-pkts-256-511-octets TCA reporting status"; | | "set out-pkts-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-512-1023-octets { | | container out-pkts-512-1023-octets { |
| description | | description |
| "set out-pkts-512-1023-octets TCA reporting status"; | | "set out-pkts-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-1024-1518-octets { | | container out-pkts-1024-1518-octets { |
| description | | description |
| "set out-pkts-1024-1518-octets TCA reporting status"; | | "set out-pkts-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container interval-24-hour { | | container interval-24-hour { |
| description | | description |
| "Configure pm parameters of 24 hour interval"; | | "Configure pm parameters of 24 hour interval"; |
| container ether { | | container ether { |
| description | | description |
| "configure ether performance monitoring"; | | "configure ether performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on ether parameters"; | | "Configure threshold on ether parameters"; |
| leaf rx-pkt { | | leaf rx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "RX-PKT threshold "; | | "RX-PKT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set RX-PKT threshold"; | | "set RX-PKT threshold"; |
| } | | } |
| leaf out-ucast { | | leaf out-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-UCAST threshold"; | | "OUT-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-UCAST threshold"; | | "set OUT-UCAST threshold"; |
| } | | } |
| leaf in-mcast { | | leaf in-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MCAST threshold"; | | "IN-MCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MCAST threshold"; | | "set IN-MCAST threshold"; |
| } | | } |
| leaf in-bcast { | | leaf in-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-BCAST threshold"; | | "IN-BCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-BCAST threshold"; | | "set IN-BCAST threshold"; |
| } | | } |
| leaf if-in-octets { | | leaf if-in-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_OCTETS threshold"; | | "IFIN_OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_OCTETS threshold"; | | "set IFIN_OCTETS threshold"; |
| } | | } |
| leaf out-octets { | | leaf out-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-OCTET threshold "; | | "OUT-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-OCTET threshold"; | | "set OUT-OCTET threshold"; |
| } | | } |
| leaf fcs-err { | | leaf fcs-err { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "FCS-ERR threshold"; | | "FCS-ERR threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set FCS-ERR threshold"; | | "set FCS-ERR threshold"; |
| } | | } |
| leaf tx-pkt { | | leaf tx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX-PKT threshold"; | | "TX-PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX-PKT threshold"; | | "set TX-PKT threshold"; |
| } | | } |
| leaf in-ucast { | | leaf in-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-UCAST threshold"; | | "IN-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-UCAST threshold"; | | "set IN-UCAST threshold"; |
| } | | } |
| leaf out-mcast { | | leaf out-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-MCAST threshold "; | | "OUT-MCAST threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-MCAST threshold"; | | "set OUT-MCAST threshold"; |
| } | | } |
| leaf out-bcast { | | leaf out-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-BCAST threshold "; | | "OUT-BCAST threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-BCAST threshold"; | | "set OUT-BCAST threshold"; |
| } | | } |
| leaf in-pause-frame { | | leaf in-pause-frame { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PAUSE-FRAME threshold"; | | "IN-PAUSE-FRAME threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PAUSE-FRAME threshold"; | | "set IN-PAUSE-FRAME threshold"; |
| } | | } |
| leaf in-good-bytes { | | leaf in-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-GOOD-BYTES threshold"; | | "IN-GOOD-BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-GOOD-BYTES threshold"; | | "set IN-GOOD-BYTES threshold"; |
| } | | } |
| leaf in-802-1q-frames { | | leaf in-802-1q-frames { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-802-1Q-FRAMES threshold"; | | "IN-802-1Q-FRAMES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-802-1Q-FRAMES threshold"; | | "set IN-802-1Q-FRAMES threshold"; |
| } | | } |
| leaf in-pkts-1519-max-octets { | | leaf in-pkts-1519-max-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKTS-1519-MAX-OCTETS threshold"; | | "IN-PKTS-1519-MAX-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKTS-1519-MAX-OCTETS threshold"; | | "set IN-PKTS-1519-MAX-OCTETS threshold"; |
| } | | } |
| leaf in-good-pkts { | | leaf in-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-GOOD-PKTS threshold"; | | "IN-GOOD-PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-GOOD-PKTS threshold"; | | "set IN-GOOD-PKTS threshold"; |
| } | | } |
| leaf in-drop-overrun { | | leaf in-drop-overrun { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-OVERRUN threshold"; | | "IN-DROP-OVERRUN threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-DROP-OVERRUN threshold"; | | "set IN-DROP-OVERRUN threshold"; |
| } | | } |
| leaf in-drop-abort { | | leaf in-drop-abort { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-ABORT threshold"; | | "IN-DROP-ABORT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-DROP-ABORT threshold"; | | "set IN-DROP-ABORT threshold"; |
| } | | } |
| leaf in-drop-invalid-vlan { | | leaf in-drop-invalid-vlan { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-INVALID-VLAN threshold"; | | "IN-DROP-INVALID-VLAN threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-DROP-INVALID-VLAN threshold"; | | "set IN-DROP-INVALID-VLAN threshold"; |
| } | | } |
| leaf in-drop-invalid-dmac { | | leaf in-drop-invalid-dmac { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-INVALID-DMAC threshold"; | | "IN-DROP-INVALID-DMAC threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-DROP-INVALID-DMAC threshold"; | | "set IN-DROP-INVALID-DMAC threshold"; |
| } | | } |
| leaf in-drop-invalid-encap { | | leaf in-drop-invalid-encap { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-INVALID-ENCAP threshold"; | | "IN-DROP-INVALID-ENCAP threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-DROP-INVALID-ENCAP threshold"; | | "set IN-DROP-INVALID-ENCAP threshold"; |
| } | | } |
| leaf in-drop-other { | | leaf in-drop-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-OTHER threshold"; | | "IN-DROP-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-DROP-OTHER threshold"; | | "set IN-DROP-OTHER threshold"; |
| } | | } |
| leaf in-mib-giant { | | leaf in-mib-giant { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MIB-GIANT threshold"; | | "IN-MIB-GIANT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MIB-GIANT threshold"; | | "set IN-MIB-GIANT threshold"; |
| } | | } |
| leaf in-mib-jabber { | | leaf in-mib-jabber { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MIB-JABBER threshold"; | | "IN-MIB-JABBER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MIB-JABBER threshold"; | | "set IN-MIB-JABBER threshold"; |
| } | | } |
| leaf in-mib-crc { | | leaf in-mib-crc { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MIB-CRC threshold"; | | "IN-MIB-CRC threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MIB-CRC threshold"; | | "set IN-MIB-CRC threshold"; |
| } | | } |
| leaf in-error-collisions { | | leaf in-error-collisions { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-COLLISIONS threshold"; | | "IN-ERROR-COLLISIONS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-COLLISIONS threshold"; | | "set IN-ERROR-COLLISIONS threshold"; |
| } | | } |
| leaf in-error-symbol { | | leaf in-error-symbol { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-SYMBOL threshold"; | | "IN-ERROR-SYMBOL threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-SYMBOL threshold"; | | "set IN-ERROR-SYMBOL threshold"; |
| } | | } |
| leaf out-good-bytes { | | leaf out-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-GOOD-BYTES threshold"; | | "OUT-GOOD-BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-GOOD-BYTES threshold"; | | "set OUT-GOOD-BYTES threshold"; |
| } | | } |
| leaf out-802-1q-frames { | | leaf out-802-1q-frames { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-802-1Q-FRAMES threshold"; | | "OUT-802-1Q-FRAMES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-802-1Q-FRAMES threshold"; | | "set OUT-802-1Q-FRAMES threshold"; |
| } | | } |
| leaf out-pause-frames { | | leaf out-pause-frames { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PAUSE-FRAMES threshold"; | | "OUT-PAUSE-FRAMES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PAUSE-FRAMES threshold"; | | "set OUT-PAUSE-FRAMES threshold"; |
| } | | } |
| leaf out-pkts-1519-max-octets { | | leaf out-pkts-1519-max-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-1519-MAX-OCTETS threshold"; | | "OUT-PKTS-1519-MAX-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-1519-MAX-OCTETS threshold"; | | "set OUT-PKTS-1519-MAX-OCTETS threshold"; |
| } | | } |
| leaf out-good-pkts { | | leaf out-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-GOOD-PKTS threshold"; | | "OUT-GOOD-PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-GOOD-PKTS threshold"; | | "set OUT-GOOD-PKTS threshold"; |
| } | | } |
| leaf out-drop-underrun { | | leaf out-drop-underrun { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-DROP-UNDERRUN threshold"; | | "OUT-DROP-UNDERRUN threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-DROP-UNDERRUN threshold"; | | "set OUT-DROP-UNDERRUN threshold"; |
| } | | } |
| leaf out-drop-abort { | | leaf out-drop-abort { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-DROP-ABORT threshold"; | | "OUT-DROP-ABORT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-DROP-ABORT threshold"; | | "set OUT-DROP-ABORT threshold"; |
| } | | } |
| leaf out-drop-other { | | leaf out-drop-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-DROP-OTHER threshold"; | | "OUT-DROP-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-DROP-OTHER threshold"; | | "set OUT-DROP-OTHER threshold"; |
| } | | } |
| leaf out-error-other { | | leaf out-error-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-ERROR-OTHER threshold"; | | "OUT-ERROR-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-ERROR-OTHER threshold"; | | "set OUT-ERROR-OTHER threshold"; |
| } | | } |
| leaf in-error-giant { | | leaf in-error-giant { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-GIANT threshold"; | | "IN-ERROR-GIANT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-GIANT threshold"; | | "set IN-ERROR-GIANT threshold"; |
| } | | } |
| leaf in-error-runt { | | leaf in-error-runt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-RUNT threshold"; | | "IN-ERROR-RUNT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-RUNT threshold"; | | "set IN-ERROR-RUNT threshold"; |
| } | | } |
| leaf in-error-jabbers { | | leaf in-error-jabbers { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-JABBERS threshold"; | | "IN-ERROR-JABBERS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-JABBERS threshold"; | | "set IN-ERROR-JABBERS threshold"; |
| } | | } |
| leaf in-error-fragments { | | leaf in-error-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-FRAGMENTS threshold"; | | "IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-FRAGMENTS threshold"; | | "set IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| leaf in-error-other { | | leaf in-error-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-OTHER threshold"; | | "IN-ERROR-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-OTHER threshold"; | | "set IN-ERROR-OTHER threshold"; |
| } | | } |
| leaf in-pkt-64-octet { | | leaf in-pkt-64-octet { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKT-64-OCTET threshold"; | | "IN-PKT-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKT-64-OCTET threshold"; | | "set IN-PKT-64-OCTET threshold"; |
| } | | } |
| leaf in-pkts-65-127octets { | | leaf in-pkts-65-127octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKTS-65-127OCTETS threshold"; | | "IN-PKTS-65-127OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKTS-65-127OCTETS threshold"; | | "set IN-PKTS-65-127OCTETS threshold"; |
| } | | } |
| leaf in-pkts-128-255-octets { | | leaf in-pkts-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKTS-128-255-OCTETS threshold"; | | "IN-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKTS-128-255-OCTETS threshold"; | | "set IN-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| leaf in-pkts-256-511-octets { | | leaf in-pkts-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKTS-256-511-OCTETS threshold"; | | "IN-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKTS-256-511-OCTETS threshold"; | | "set IN-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| leaf in-pkts-512-1023-octets { | | leaf in-pkts-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKTS-512-1023-OCTETS threshold"; | | "IN-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKTS-512-1023-OCTETS threshold"; | | "set IN-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| leaf in-pkts-1024-1518-octets { | | leaf in-pkts-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-PKTS-1024-1518-OCTETS threshold"; | | "IN-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-PKTS-1024-1518-OCTETS threshold"; | | "set IN-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| leaf out-pkt-64-octet { | | leaf out-pkt-64-octet { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKT-64-OCTET threshold"; | | "OUT-PKT-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKT-64-OCTET threshold"; | | "set OUT-PKT-64-OCTET threshold"; |
| } | | } |
| leaf out-pkts-65-127octets { | | leaf out-pkts-65-127octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-65-127OCTETS threshold"; | | "OUT-PKTS-65-127OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-65-127OCTETS threshold"; | | "set OUT-PKTS-65-127OCTETS threshold"; |
| } | | } |
| leaf out-pkts-128-255-octets { | | leaf out-pkts-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-128-255-OCTETS threshold"; | | "OUT-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-128-255-OCTETS threshold"; | | "set OUT-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-256-511-octets { | | leaf out-pkts-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-256-511-OCTETS threshold"; | | "OUT-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-256-511-OCTETS threshold"; | | "set OUT-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-512-1023-octets { | | leaf out-pkts-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-512-1023-OCTETS threshold"; | | "OUT-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-512-1023-OCTETS threshold"; | | "set OUT-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-1024-1518-octets { | | leaf out-pkts-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-1024-1518-OCTETS threshold"; | | "OUT-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-1024-1518-OCTETS threshold"; | | "set OUT-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set ether TCA reporting status"; | | "set ether TCA reporting status"; |
| container rx-pkt { | | container rx-pkt { |
| description | | description |
| "set rx-pkt TCA reporting status"; | | "set rx-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container fcs-err { | | container fcs-err { |
| description | | description |
| "set fcs-err TCA reporting status"; | | "set fcs-err TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-ucast { | | container in-ucast { |
| description | | description |
| "set in-Ucast TCA reporting status"; | | "set in-Ucast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mcast { | | container in-mcast { |
| description | | description |
| "set in-Mcast TCA reporting status"; | | "set in-Mcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-bcast { | | container in-bcast { |
| description | | description |
| "set in-Bcast TCA reporting status"; | | "set in-Bcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-ucast { | | container out-ucast { |
| description | | description |
| "set es-pm TCA reporting status"; | | "set es-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-mcast { | | container out-mcast { |
| description | | description |
| "set esr-pm TCA reporting status"; | | "set esr-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-bcast { | | container out-bcast { |
| description | | description |
| "set es-sm TCA reporting status"; | | "set es-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-pkt { | | container tx-pkt { |
| description | | description |
| "set esr-sm TCA reporting status"; | | "set esr-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-octets { | | container if-in-octets { |
| description | | description |
| "set ifOut_errors TCA reporting status"; | | "set ifOut_errors TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets { | | container out-octets { |
| description | | description |
| "set out-octets TCA reporting status"; | | "set out-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pause-frame { | | container in-pause-frame { |
| description | | description |
| "set in-pause-frame TCA reporting status"; | | "set in-pause-frame TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-bytes { | | container in-good-bytes { |
| description | | description |
| "set in-good-bytes TCA reporting status"; | | "set in-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-802-1q-frames { | | container in-802-1q-frames { |
| description | | description |
| "set in-802-1Q-frames TCA reporting status"; | | "set in-802-1Q-frames TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-1519-max-octets { | | container in-pkts-1519-max-octets { |
| description | | description |
| "set in-pkts-1519-Max-octets TCA reporting status"; | | "set in-pkts-1519-Max-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-pkts { | | container in-good-pkts { |
| description | | description |
| "set in-good-pkts TCA reporting status"; | | "set in-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-overrun { | | container in-drop-overrun { |
| description | | description |
| "set in-drop-overrun TCA reporting status"; | | "set in-drop-overrun TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-abort { | | container in-drop-abort { |
| description | | description |
| "set in-drop-abort TCA reporting status"; | | "set in-drop-abort TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-invalid-vlan { | | container in-drop-invalid-vlan { |
| description | | description |
| "set in-drop-invalid-VLAN TCA reporting status"; | | "set in-drop-invalid-VLAN TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-invalid-dmac { | | container in-drop-invalid-dmac { |
| description | | description |
| "set in-drop-invalid-DMAC TCA reporting status"; | | "set in-drop-invalid-DMAC TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-invalid-encap { | | container in-drop-invalid-encap { |
| description | | description |
| "set in-drop-invalid-encap TCA reporting status"; | | "set in-drop-invalid-encap TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-other { | | container in-drop-other { |
| description | | description |
| "set in-drop-other TCA reporting status"; | | "set in-drop-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mib-giant { | | container in-mib-giant { |
| description | | description |
| "set in-MIB-giant TCA reporting status"; | | "set in-MIB-giant TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mib-jabber { | | container in-mib-jabber { |
| description | | description |
| "set in-MIB-jabber TCA reporting status"; | | "set in-MIB-jabber TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mib-crc { | | container in-mib-crc { |
| description | | description |
| "set in-MIB-CRC TCA reporting status"; | | "set in-MIB-CRC TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-collisions { | | container in-error-collisions { |
| description | | description |
| "set in-error-collisions TCA reporting status"; | | "set in-error-collisions TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-symbol { | | container in-error-symbol { |
| description | | description |
| "set in-error-symbol TCA reporting status"; | | "set in-error-symbol TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-bytes { | | container out-good-bytes { |
| description | | description |
| "set out-good-bytes TCA reporting status"; | | "set out-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-802-1q-frames { | | container out-802-1q-frames { |
| description | | description |
| "set out-802-1Q-frames TCA reporting status"; | | "set out-802-1Q-frames TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pause-frames { | | container out-pause-frames { |
| description | | description |
| "set out-pause-frames TCA reporting status"; | | "set out-pause-frames TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-1519-max-octets { | | container out-pkts-1519-max-octets { |
| description | | description |
| "set out-pkts-1519-Max-octets TCA reporting status"; | | "set out-pkts-1519-Max-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-pkts { | | container out-good-pkts { |
| description | | description |
| "set out-good-pkts TCA reporting status"; | | "set out-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-drop-underrun { | | container out-drop-underrun { |
| description | | description |
| "set out-drop-underrun TCA reporting status"; | | "set out-drop-underrun TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-drop-abort { | | container out-drop-abort { |
| description | | description |
| "set out-drop-abort TCA reporting status"; | | "set out-drop-abort TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-drop-other { | | container out-drop-other { |
| description | | description |
| "set out-drop-other TCA reporting status"; | | "set out-drop-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-error-other { | | container out-error-other { |
| description | | description |
| "set out-error-other TCA reporting status"; | | "set out-error-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-giant { | | container in-error-giant { |
| description | | description |
| "set in-error-giant TCA reporting status"; | | "set in-error-giant TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-runt { | | container in-error-runt { |
| description | | description |
| "set in-error-runt TCA reporting status"; | | "set in-error-runt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-jabbers { | | container in-error-jabbers { |
| description | | description |
| "set in-error-jabbers TCA reporting status"; | | "set in-error-jabbers TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-fragments { | | container in-error-fragments { |
| description | | description |
| "set in-error-fragments TCA reporting status"; | | "set in-error-fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-other { | | container in-error-other { |
| description | | description |
| "set in-error-other TCA reporting status"; | | "set in-error-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkt-64-octet { | | container in-pkt-64-octet { |
| description | | description |
| "set in-pkt-64-octet TCA reporting status"; | | "set in-pkt-64-octet TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-65-127octets { | | container in-pkts-65-127octets { |
| description | | description |
| "set in-pkts-65-127octets TCA reporting status"; | | "set in-pkts-65-127octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-128-255-octets { | | container in-pkts-128-255-octets { |
| description | | description |
| "set in-pkts-128-255-octets TCA reporting status"; | | "set in-pkts-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-256-511-octets { | | container in-pkts-256-511-octets { |
| description | | description |
| "set in-pkts-256-511-octets TCA reporting status"; | | "set in-pkts-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-512-1023-octets { | | container in-pkts-512-1023-octets { |
| description | | description |
| "set in-pkts-512-1023-octets TCA reporting status"; | | "set in-pkts-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-1024-1518-octets { | | container in-pkts-1024-1518-octets { |
| description | | description |
| "set in-pkts-1024-1518-octets TCA reporting status"; | | "set in-pkts-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkt-64-octet { | | container out-pkt-64-octet { |
| description | | description |
| "set out-pkt-64-octet TCA reporting status"; | | "set out-pkt-64-octet TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-65-127octets { | | container out-pkts-65-127octets { |
| description | | description |
| "set out-pkts-65-127octets TCA reporting status"; | | "set out-pkts-65-127octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-128-255-octets { | | container out-pkts-128-255-octets { |
| description | | description |
| "set out-pkts-128-255-octets TCA reporting status"; | | "set out-pkts-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-256-511-octets { | | container out-pkts-256-511-octets { |
| description | | description |
| "set out-pkts-256-511-octets TCA reporting status"; | | "set out-pkts-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-512-1023-octets { | | container out-pkts-512-1023-octets { |
| description | | description |
| "set out-pkts-512-1023-octets TCA reporting status"; | | "set out-pkts-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-1024-1518-octets { | | container out-pkts-1024-1518-octets { |
| description | | description |
| "set out-pkts-1024-1518-octets TCA reporting status"; | | "set out-pkts-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| | | |
| grouping CONT-BODY { | | grouping CONT-BODY { |
| description | | description |
| "Grouping for controller"; | | "Grouping for controller"; |
| container pm { | | container pm { |
| when "../a1:controller-name[starts-with(text(),'FortyGigECtrlr')] or ../a1:controller-name[starts-with(text(),'FourHundredGigECtrlr')] or ../a1:controller-name[starts-with(text(),'GigabitEthCtrlr')] or ../a1:controller-name[starts-with(text(),'HundredGigECtrlr')] or ../a1:controller-name[starts-with(text(),'TenGigECtrlr')] or ../a1:controller-name[starts-with(text(),'MACSecCtrlr')]" { | | when "../a1:controller-name[starts-with(text(),'FortyGigECtrlr')] or ../a1:controller-name[starts-with(text(),'FourHundredGigECtrlr')] or ../a1:controller-name[starts-with(text(),'GigabitEthCtrlr')] or ../a1:controller-name[starts-with(text(),'HundredGigECtrlr')] or ../a1:controller-name[starts-with(text(),'TenGigECtrlr')] or ../a1:controller-name[starts-with(text(),'MACSecCtrlr')]" { |
| tailf:dependency "../a1:controller-name"; | | tailf:dependency "../a1:controller-name"; |
| } | | } |
| description | | description |
| "Configure pm parameters"; | | "Configure pm parameters"; |
| container interval-15-min { | | container interval-15-min { |
| description | | description |
| "Configure pm parameters of 15 minute interval"; | | "Configure pm parameters of 15 minute interval"; |
| container ether { | | container ether { |
| description | | description |
| "configure ether performance monitoring"; | | "configure ether performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on ether parameters"; | | "Configure threshold on ether parameters"; |
| leaf rx-pkt { | | leaf rx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "RX-PKT threshold "; | | "RX-PKT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set RX-PKT threshold"; | | "set RX-PKT threshold"; |
| } | | } |
| leaf stat-pkt { | | leaf stat-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "PKT-STAT threshold "; | | "PKT-STAT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set PKT-STAT threshold"; | | "set PKT-STAT threshold"; |
| } | | } |
| leaf octet-stat { | | leaf octet-stat { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OCTET-STAT threshold "; | | "OCTET-STAT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OCTET-STAT threshold"; | | "set OCTET-STAT threshold"; |
| } | | } |
| leaf oversize-pkt { | | leaf oversize-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OVERSIZE-PKT threshold"; | | "OVERSIZE-PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OVERSIZE-PKT threshold"; | | "set OVERSIZE-PKT threshold"; |
| } | | } |
| leaf fcs-err { | | leaf fcs-err { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "FCS-ERR threshold"; | | "FCS-ERR threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set FCS-ERR threshold"; | | "set FCS-ERR threshold"; |
| } | | } |
| leaf long-frame { | | leaf long-frame { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "LONG-FRAMES threshold "; | | "LONG-FRAMES threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set LONG-FRAMES threshold"; | | "set LONG-FRAMES threshold"; |
| } | | } |
| leaf jabber-stats { | | leaf jabber-stats { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "JABBER-STATS threshold "; | | "JABBER-STATS threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set JABBER-STATS threshold"; | | "set JABBER-STATS threshold"; |
| } | | } |
| leaf sixty-four-octets { | | leaf sixty-four-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "64-OCTET threshold"; | | "64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 64-OCTET threshold"; | | "set 64-OCTET threshold"; |
| } | | } |
| leaf six5-127-octets { | | leaf six5-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "65-127-OCTET threshold"; | | "65-127-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 65-127-OCTET threshold"; | | "set 65-127-OCTET threshold"; |
| } | | } |
| leaf one-hundred-twenty-eight-255-octets { | | leaf one-hundred-twenty-eight-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "128-255-OCTET threshold "; | | "128-255-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 128-255-OCTET threshold"; | | "set 128-255-OCTET threshold"; |
| } | | } |
| leaf two-hundred-fifty-six-511-octets { | | leaf two-hundred-fifty-six-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "256-511-OCTET threshold "; | | "256-511-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 256-511-OCTET threshold"; | | "set 256-511-OCTET threshold"; |
| } | | } |
| leaf five-hundred-twelve-1023-octets { | | leaf five-hundred-twelve-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "512-1023-OCTET threshold"; | | "512-1023-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 512-1023-OCTET threshold"; | | "set 512-1023-OCTET threshold"; |
| } | | } |
| leaf one-thousand-twenty-four-1518-octets { | | leaf one-thousand-twenty-four-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "1024-1518-OCTET threshold"; | | "1024-1518-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 1024-1518-OCTET threshold"; | | "set 1024-1518-OCTET threshold"; |
| } | | } |
| leaf in-64-octets { | | leaf in-64-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-64-OCTET threshold"; | | "IN-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-64-OCTET threshold"; | | "set IN-64-OCTET threshold"; |
| } | | } |
| leaf in-65-127-octets { | | leaf in-65-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-65-127-OCTET threshold"; | | "IN-65-127-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-65-127-OCTET threshold"; | | "set IN-65-127-OCTET threshold"; |
| } | | } |
| leaf in-128-255-octets { | | leaf in-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-128-255-OCTET threshold "; | | "IN-128-255-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-128-255-OCTET threshold"; | | "set IN-128-255-OCTET threshold"; |
| } | | } |
| leaf in-256-511-octets { | | leaf in-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-256-511-OCTET threshold "; | | "IN-256-511-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-256-511-OCTET threshold"; | | "set IN-256-511-OCTET threshold"; |
| } | | } |
| leaf in-512-1023-octets { | | leaf in-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-512-1023-OCTET threshold"; | | "IN-512-1023-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-512-1023-OCTET threshold"; | | "set IN-512-1023-OCTET threshold"; |
| } | | } |
| leaf in-1024-1518-octets { | | leaf in-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-1024-1518-OCTET threshold"; | | "IN-1024-1518-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-1024-1518-OCTET threshold"; | | "set IN-1024-1518-OCTET threshold"; |
| } | | } |
| leaf out-pkt-64-octet { | | leaf out-pkt-64-octet { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKT-64-OCTET threshold"; | | "OUT-PKT-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKT-64-OCTET threshold"; | | "set OUT-PKT-64-OCTET threshold"; |
| } | | } |
| leaf out-pkts-65-127-octets { | | leaf out-pkts-65-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-65-127-OCTETS threshold"; | | "OUT-PKTS-65-127-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-65-127-OCTETS threshold"; | | "set OUT-PKTS-65-127-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-128-255-octets { | | leaf out-pkts-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-128-255-OCTETS threshold"; | | "OUT-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-128-255-OCTETS threshold"; | | "set OUT-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-256-511-octets { | | leaf out-pkts-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-256-511-OCTETS threshold"; | | "OUT-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-256-511-OCTETS threshold"; | | "set OUT-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-512-1023-octets { | | leaf out-pkts-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-512-1023-OCTETS threshold"; | | "OUT-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-512-1023-OCTETS threshold"; | | "set OUT-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-1024-1518-octets { | | leaf out-pkts-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-1024-1518-OCTETS threshold"; | | "OUT-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-1024-1518-OCTETS threshold"; | | "set OUT-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| leaf in-drop-other { | | leaf in-drop-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-OTHER threshold"; | | "IN-DROP-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_DROP_OTHER threshold"; | | "set IN_DROP_OTHER threshold"; |
| } | | } |
| leaf in-ucast { | | leaf in-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-UCAST threshold"; | | "IN-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-UCAST threshold"; | | "set IN-UCAST threshold"; |
| } | | } |
| leaf in-mcast { | | leaf in-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MCAST threshold"; | | "IN-MCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MCAST threshold"; | | "set IN-MCAST threshold"; |
| } | | } |
| leaf in-bcast { | | leaf in-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-BCAST threshold"; | | "IN-BCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-BCAST threshold"; | | "set IN-BCAST threshold"; |
| } | | } |
| leaf in-error-fragments { | | leaf in-error-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-FRAGMENTS threshold"; | | "IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-FRAGMENTS threshold"; | | "set IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| leaf out-ucast { | | leaf out-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-UCAST threshold"; | | "OUT-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-UCAST threshold"; | | "set OUT-UCAST threshold"; |
| } | | } |
| leaf out-bcast { | | leaf out-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-BCAST threshold "; | | "OUT-BCAST threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-BCAST threshold"; | | "set OUT-BCAST threshold"; |
| } | | } |
| leaf out-mcast { | | leaf out-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-MCAST threshold "; | | "OUT-MCAST threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-MCAST threshold"; | | "set OUT-MCAST threshold"; |
| } | | } |
| leaf tx-pkt { | | leaf tx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX-PKT threshold"; | | "TX-PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX-PKT threshold"; | | "set TX-PKT threshold"; |
| } | | } |
| leaf out-octets { | | leaf out-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-OCTET threshold "; | | "OUT-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-OCTET threshold"; | | "set OUT-OCTET threshold"; |
| } | | } |
| leaf if-in-errors { | | leaf if-in-errors { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_ERRORS threshold"; | | "IFIN_ERRORS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_ERRORS threshold"; | | "set IFIN_ERRORS threshold"; |
| } | | } |
| leaf if-in-octets { | | leaf if-in-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_OCTETS threshold"; | | "IFIN_OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_OCTETS threshold"; | | "set IFIN_OCTETS threshold"; |
| } | | } |
| leaf ether-stat-multicast-pkt { | | leaf ether-stat-multicast-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "ETHER_STAT_MULTICAST_PKT threshold"; | | "ETHER_STAT_MULTICAST_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_MULTICAST_PKT threshold"; | | "set ETHER_STAT_MULTICAST_PKT threshold"; |
| } | | } |
| leaf ether-stat-broadcast-pkt { | | leaf ether-stat-broadcast-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| " ETHER_STAT_BROADCAST_PKT threshold"; | | " ETHER_STAT_BROADCAST_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_BROADCAST_PKT threshold"; | | "set ETHER_STAT_BROADCAST_PKT threshold"; |
| } | | } |
| leaf in-good-bytes { | | leaf in-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set IN_GOOD_BYTES threshold"; | | "set IN_GOOD_BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_GOOD_BYTES threshold"; | | "set IN_GOOD_BYTES threshold"; |
| } | | } |
| leaf in-good-pkts { | | leaf in-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set IN_GOOD_PKTS threshold"; | | "set IN_GOOD_PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_GOOD_PKTS threshold"; | | "set IN_GOOD_PKTS threshold"; |
| } | | } |
| leaf out-good-bytes { | | leaf out-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set OUT_GOOD_BYTES threshold"; | | "set OUT_GOOD_BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT_GOOD_BYTES threshold"; | | "set OUT_GOOD_BYTES threshold"; |
| } | | } |
| leaf out-good-pkts { | | leaf out-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set GOOD_PKTS threshold"; | | "set GOOD_PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set THRESH_OUT_GOOD_PKTS threshold"; | | "set THRESH_OUT_GOOD_PKTS threshold"; |
| } | | } |
| leaf rx-util { | | leaf rx-util { |
| type uint32 { | | type uint32 { |
| range "1..10000" { | | range "1..10000" { |
| description | | description |
| "set RX_UTIL threshold(in units of 0.01%)"; | | "set RX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| } | | } |
| description | | description |
| "set RX_UTIL threshold(in units of 0.01%)"; | | "set RX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| leaf tx-util { | | leaf tx-util { |
| type uint32 { | | type uint32 { |
| range "1..10000" { | | range "1..10000" { |
| description | | description |
| "set TX_UTIL threshold(in units of 0.01%)"; | | "set TX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_UTIL threshold(in units of 0.01%)"; | | "set TX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| leaf ether-stat-undersized-pkt { | | leaf ether-stat-undersized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "ETHER_STAT_UNDERSIZED_PKT threshold"; | | "ETHER_STAT_UNDERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_UNDERSIZED_PKT threshold"; | | "set ETHER_STAT_UNDERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-undersized-pkt { | | leaf tx-undersized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_UNDERSIZED_PKT threshold"; | | "TX_UNDERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_UNDERSIZED_PKT threshold"; | | "set TX_UNDERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-oversized-pkt { | | leaf tx-oversized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_OVERSIZED_PKT threshold"; | | "TX_OVERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_OVERSIZED_PKT threshold"; | | "set TX_OVERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-fragments { | | leaf tx-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_FRAGMENTS threshold"; | | "TX_FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_FRAGMENTS threshold"; | | "set TX_FRAGMENTS threshold"; |
| } | | } |
| leaf tx-jabber { | | leaf tx-jabber { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_JABBER threshold"; | | "TX_JABBER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_JABBER threshold"; | | "set TX_JABBER threshold"; |
| } | | } |
| leaf tx-bad-fcs { | | leaf tx-bad-fcs { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_BAD_FCS threshold"; | | "TX_BAD_FCS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_BAD_FCS threshold"; | | "set TX_BAD_FCS threshold"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set ether TCA reporting status"; | | "set ether TCA reporting status"; |
| container rx-pkt { | | container rx-pkt { |
| description | | description |
| "set rx-pkt TCA reporting status"; | | "set rx-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container rx-util { | | container rx-util { |
| description | | description |
| "set rx-util TCA reporting status"; | | "set rx-util TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-util { | | container tx-util { |
| description | | description |
| "set tx-util TCA reporting status"; | | "set tx-util TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container stat-pkt { | | container stat-pkt { |
| description | | description |
| "set stat-pkt TCA reporting status"; | | "set stat-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container octet-stat { | | container octet-stat { |
| description | | description |
| "set octet-stat TCA reporting status"; | | "set octet-stat TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container oversize-pkt { | | container oversize-pkt { |
| description | | description |
| "set oversize-pkt TCA reporting status"; | | "set oversize-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container fcs-err { | | container fcs-err { |
| description | | description |
| "set fcs-err TCA reporting status"; | | "set fcs-err TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container long-frame { | | container long-frame { |
| description | | description |
| "set long-frame TCA reporting status"; | | "set long-frame TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container jabber-stats { | | container jabber-stats { |
| description | | description |
| "set jabber-stats TCA reporting status"; | | "set jabber-stats TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _64-octets { | | container _64-octets { |
| description | | description |
| "set 64-octets TCA reporting status"; | | "set 64-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _65-127-octets { | | container _65-127-octets { |
| description | | description |
| "set 65-127-octets TCA reporting status"; | | "set 65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _128-255-octets { | | container _128-255-octets { |
| description | | description |
| "set 128-255-octets TCA reporting status"; | | "set 128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _256-511-octets { | | container _256-511-octets { |
| description | | description |
| "set 256-511-octets TCA reporting status"; | | "set 256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _512-1023-octets { | | container _512-1023-octets { |
| description | | description |
| "set 512-1023-octets TCA reporting status"; | | "set 512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _1024-1518-octets { | | container _1024-1518-octets { |
| description | | description |
| "set 1024-1518-octets TCA reporting status"; | | "set 1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-ucast { | | container in-ucast { |
| description | | description |
| "set in-Ucast TCA reporting status"; | | "set in-Ucast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mcast { | | container in-mcast { |
| description | | description |
| "set in-Mcast TCA reporting status"; | | "set in-Mcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-bcast { | | container in-bcast { |
| description | | description |
| "set in-Bcast TCA reporting status"; | | "set in-Bcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-ucast { | | container out-ucast { |
| description | | description |
| "set es-pm TCA reporting status"; | | "set es-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-mcast { | | container out-mcast { |
| description | | description |
| "set esr-pm TCA reporting status"; | | "set esr-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-bcast { | | container out-bcast { |
| description | | description |
| "set es-sm TCA reporting status"; | | "set es-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-pkt { | | container tx-pkt { |
| description | | description |
| "set esr-sm TCA reporting status"; | | "set esr-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-errors { | | container if-in-errors { |
| description | | description |
| "set ifIn_errors TCA reporting status"; | | "set ifIn_errors TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-octets { | | container if-in-octets { |
| description | | description |
| "set ifOut_errors TCA reporting status"; | | "set ifOut_errors TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-multicast-pkt { | | container ether-stat-multicast-pkt { |
| description | | description |
| "set ether_stat_multicast_pkt TCA reporting status"; | | "set ether_stat_multicast_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-broadcast-pkt { | | container ether-stat-broadcast-pkt { |
| description | | description |
| "set ether_stat_broadcast_pkt TCA reporting status"; | | "set ether_stat_broadcast_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-undersized-pkt { | | container ether-stat-undersized-pkt { |
| description | | description |
| "set ether_stat_undersized_pkt TCA reporting status"; | | "set ether_stat_undersized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets { | | container out-octets { |
| description | | description |
| "set out-octets TCA reporting status"; | | "set out-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-bytes { | | container in-good-bytes { |
| description | | description |
| "set in-good-bytes TCA reporting status"; | | "set in-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-pkts { | | container in-good-pkts { |
| description | | description |
| "set in-good-pkts TCA reporting status"; | | "set in-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-other { | | container in-drop-other { |
| description | | description |
| "set in-drop-other TCA reporting status"; | | "set in-drop-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-bytes { | | container out-good-bytes { |
| description | | description |
| "set out-good-bytes TCA reporting status"; | | "set out-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-pkts { | | container out-good-pkts { |
| description | | description |
| "set out-good-pkts TCA reporting status"; | | "set out-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-fragments { | | container in-error-fragments { |
| description | | description |
| "set in-error-fragments TCA reporting status"; | | "set in-error-fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-64-octets { | | container in-64-octets { |
| description | | description |
| "set in-64-octets TCA reporting status"; | | "set in-64-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-65-127-octets { | | container in-65-127-octets { |
| description | | description |
| "set in-65-127-octets TCA reporting status"; | | "set in-65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-128-255-octets { | | container in-128-255-octets { |
| description | | description |
| "set in-128-255-octets TCA reporting status"; | | "set in-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-256-511-octets { | | container in-256-511-octets { |
| description | | description |
| "set in-256-511-octets TCA reporting status"; | | "set in-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-512-1023-octets { | | container in-512-1023-octets { |
| description | | description |
| "set in-512-1023-octets TCA reporting status"; | | "set in-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-1024-1518-octets { | | container in-1024-1518-octets { |
| description | | description |
| "set in-1024-1518-octets TCA reporting status"; | | "set in-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkt-64-octet { | | container out-pkt-64-octet { |
| description | | description |
| "set out-pkt-64-octet TCA reporting status"; | | "set out-pkt-64-octet TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-65-127-octets { | | container out-pkts-65-127-octets { |
| description | | description |
| "set out-pkts-65-127-octets TCA reporting status"; | | "set out-pkts-65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-128-255-octets { | | container out-pkts-128-255-octets { |
| description | | description |
| "set out-pkts-128-255-octets TCA reporting status"; | | "set out-pkts-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-256-511-octets { | | container out-pkts-256-511-octets { |
| description | | description |
| "set out-pkts-256-511-octets TCA reporting status"; | | "set out-pkts-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-512-1023-octets { | | container out-pkts-512-1023-octets { |
| description | | description |
| "set out-pkts-512-1023-octets TCA reporting status"; | | "set out-pkts-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-1024-1518-octets { | | container out-pkts-1024-1518-octets { |
| description | | description |
| "set out-pkts-1024-1518-octets TCA reporting status"; | | "set out-pkts-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-undersized-pkt { | | container tx-undersized-pkt { |
| description | | description |
| "set tx_undersized_pkt TCA reporting status"; | | "set tx_undersized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-oversized-pkt { | | container tx-oversized-pkt { |
| description | | description |
| "set tx_oversized_pkt TCA reporting status"; | | "set tx_oversized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-fragments { | | container tx-fragments { |
| description | | description |
| "set tx_fragments TCA reporting status"; | | "set tx_fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-jabber { | | container tx-jabber { |
| description | | description |
| "set tx_jabber TCA reporting status"; | | "set tx_jabber TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-bad-fcs { | | container tx-bad-fcs { |
| description | | description |
| "set tx_bad_fcs TCA reporting status"; | | "set tx_bad_fcs TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container fec { | | container fec { |
| description | | description |
| "Configure fec performance monitoring"; | | "Configure fec performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure fec threshold"; | | "Configure fec threshold"; |
| leaf ec-words { | | leaf ec-words { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "ec-words threshold <range:1-18446744073709551615>"; | | "ec-words threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set EC-Words threshold"; | | "set EC-Words threshold"; |
| } | | } |
| leaf uc-words { | | leaf uc-words { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "uc-words threshold <range:1-18446744073709551615>"; | | "uc-words threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set UC-WORDS threshold"; | | "set UC-WORDS threshold"; |
| } | | } |
| container pre-fec-ber { | | container pre-fec-ber { |
| description | | description |
| "Set PRE-FEC-BER Thresholds"; | | "Set PRE-FEC-BER Thresholds"; |
| leaf min { | | leaf min { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "pre-fec-ber min threshold <range:1-18446744073709551615>"; | | "pre-fec-ber min threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set pre-fec-ber min threshold"; | | "set pre-fec-ber min threshold"; |
| } | | } |
| leaf max { | | leaf max { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "pre-fec-ber max threshold <range:1-18446744073709551615>"; | | "pre-fec-ber max threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set pre-fec-ber max threshold"; | | "set pre-fec-ber max threshold"; |
| } | | } |
| } | | } |
| container post-fec-ber { | | container post-fec-ber { |
| description | | description |
| "Set POST-FEC-BER Thresholds"; | | "Set POST-FEC-BER Thresholds"; |
| leaf min { | | leaf min { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "post-fec-ber min threshold <range:1-18446744073709551615>"; | | "post-fec-ber min threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set post-fec-ber min threshold"; | | "set post-fec-ber min threshold"; |
| } | | } |
| leaf max { | | leaf max { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "post-fec-ber max threshold <range:1-18446744073709551615>"; | | "post-fec-ber max threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set post-fec-ber max threshold"; | | "set post-fec-ber max threshold"; |
| } | | } |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set fec TCA reporting status"; | | "set fec TCA reporting status"; |
| container uc-words { | | container uc-words { |
| description | | description |
| "set uc-words TCA reporting status"; | | "set uc-words TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ec-words { | | container ec-words { |
| description | | description |
| "set ec-words TCA reporting status"; | | "set ec-words TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container pre-fec-ber { | | container pre-fec-ber { |
| description | | description |
| "set PRE FEC BER TCA reporting status"; | | "set PRE FEC BER TCA reporting status"; |
| container max-tca { | | container max-tca { |
| description | | description |
| "set PRE FEC BER max TCA reporting status"; | | "set PRE FEC BER max TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container min-tca { | | container min-tca { |
| description | | description |
| "set PRE FEC BER min TCA reporting status"; | | "set PRE FEC BER min TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| container post-fec-ber { | | container post-fec-ber { |
| description | | description |
| "set POST FEC BER TCA reporting status"; | | "set POST FEC BER TCA reporting status"; |
| container max-tca { | | container max-tca { |
| description | | description |
| "set POST FEC BER max TCA reporting status"; | | "set POST FEC BER max TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container min-tca { | | container min-tca { |
| description | | description |
| "set POST FEC BER min TCA reporting status"; | | "set POST FEC BER min TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container pcs { | | container pcs { |
| description | | description |
| "configure pcs performance monitoring"; | | "configure pcs performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on pcs parameters"; | | "Configure threshold on pcs parameters"; |
| leaf bip { | | leaf bip { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "BIP threshold range <1-18446744073709551615>"; | | "BIP threshold range <1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set BIP threshold"; | | "set BIP threshold"; |
| } | | } |
| leaf frm-err { | | leaf frm-err { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "FRM-ERR threshold range <1-18446744073709551615>"; | | "FRM-ERR threshold range <1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set FRM-ERR threshold"; | | "set FRM-ERR threshold"; |
| } | | } |
| leaf bad-sh { | | leaf bad-sh { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Bad-sh threshold range <1-18446744073709551615>"; | | "Bad-sh threshold range <1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Bad-sh threshold"; | | "set Bad-sh threshold"; |
| } | | } |
| leaf es { | | leaf es { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Es threshold range <0-900>"; | | "Es threshold range <0-900>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Es threshold"; | | "set Es threshold"; |
| } | | } |
| leaf ses { | | leaf ses { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Ses threshold range <0-900>"; | | "Ses threshold range <0-900>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Ses threshold"; | | "set Ses threshold"; |
| } | | } |
| leaf uas { | | leaf uas { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Uas threshold range <0-900>"; | | "Uas threshold range <0-900>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Uas threshold"; | | "set Uas threshold"; |
| } | | } |
| leaf es-fe { | | leaf es-fe { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Es fe threshold range <0-900>"; | | "Es fe threshold range <0-900>"; |
| } | | } |
| } | | } |
| description | | description |
| "set es_fe threshold"; | | "set es_fe threshold"; |
| } | | } |
| leaf ses-fe { | | leaf ses-fe { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Ses fe threshold range <0-900>"; | | "Ses fe threshold range <0-900>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Ses fe threshold"; | | "set Ses fe threshold"; |
| } | | } |
| leaf uas-fe { | | leaf uas-fe { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Uas fe threshold range <0-900>"; | | "Uas fe threshold range <0-900>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Ses threshold"; | | "set Ses threshold"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set pcs TCA reporting status"; | | "set pcs TCA reporting status"; |
| container bip { | | container bip { |
| description | | description |
| "set bip TCA reporting status"; | | "set bip TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container frm-err { | | container frm-err { |
| description | | description |
| "set frm-err TCA reporting status"; | | "set frm-err TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container bad-sh { | | container bad-sh { |
| description | | description |
| "set bad-sh TCA reporting status"; | | "set bad-sh TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container es { | | container es { |
| description | | description |
| "set es TCA reporting status"; | | "set es TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ses { | | container ses { |
| description | | description |
| "set ses TCA reporting status"; | | "set ses TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container uas { | | container uas { |
| description | | description |
| "set uas TCA reporting status"; | | "set uas TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container es-fe { | | container es-fe { |
| description | | description |
| "set es-fe TCA reporting status"; | | "set es-fe TCA reporting status"; |
| container disable { | | container disable { |
| presence "Indicates a disable node is configured."; | | presence "Indicates a disable node is configured."; |
| description | | description |
| "Disable TCA reporting"; | | "Disable TCA reporting"; |
| } | | } |
| } | | } |
| container ses-fe { | | container ses-fe { |
| description | | description |
| "set ses-fe TCA reporting status"; | | "set ses-fe TCA reporting status"; |
| container disable { | | container disable { |
| presence "Indicates a disable node is configured."; | | presence "Indicates a disable node is configured."; |
| description | | description |
| "Disable TCA reporting"; | | "Disable TCA reporting"; |
| } | | } |
| } | | } |
| container uas-fe { | | container uas-fe { |
| description | | description |
| "set uas-fe TCA reporting status"; | | "set uas-fe TCA reporting status"; |
| container disable { | | container disable { |
| presence "Indicates a disable node is configured."; | | presence "Indicates a disable node is configured."; |
| description | | description |
| "Disable TCA reporting"; | | "Disable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container macsec-secy-tx { | | container macsec-secy-tx { |
| description | | description |
| "Configure pm parameters of macsec-secy-tx"; | | "Configure pm parameters of macsec-secy-tx"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on macsec-secy-tx parameters"; | | "Configure threshold on macsec-secy-tx parameters"; |
| leaf out-pkts-protected { | | leaf out-pkts-protected { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsProtected threshold range"; | | "OutPktsProtected threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsProtected"; | | "Set Threshold for OutPktsProtected"; |
| } | | } |
| leaf out-pkts-encrypted { | | leaf out-pkts-encrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsEncrypted threshold range"; | | "OutPktsEncrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsEncrypted"; | | "Set Threshold for OutPktsEncrypted"; |
| } | | } |
| leaf out-octets-protected { | | leaf out-octets-protected { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutOctetsProtected threshold range"; | | "OutOctetsProtected threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutOctetsProtected"; | | "Set Threshold for OutOctetsProtected"; |
| } | | } |
| leaf out-octets-encrypted { | | leaf out-octets-encrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutOctetsEncrypted threshold range"; | | "OutOctetsEncrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutOctetsEncrypted"; | | "Set Threshold for OutOctetsEncrypted"; |
| } | | } |
| leaf out-pkts-too-long { | | leaf out-pkts-too-long { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsTooLong threshold range"; | | "OutPktsTooLong threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsTooLong"; | | "Set Threshold for OutPktsTooLong"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "Configure Report for macsec-secy-tx Parameters"; | | "Configure Report for macsec-secy-tx Parameters"; |
| container out-pkts-protected { | | container out-pkts-protected { |
| description | | description |
| "set OutPktsProtected TCA reporting status"; | | "set OutPktsProtected TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-encrypted { | | container out-pkts-encrypted { |
| description | | description |
| "set OutPktsEncrypted TCA reporting status"; | | "set OutPktsEncrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets-protected { | | container out-octets-protected { |
| description | | description |
| "set OutOctetsProtected TCA reporting status"; | | "set OutOctetsProtected TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets-encrypted { | | container out-octets-encrypted { |
| description | | description |
| "set OutOctetsEncrypted TCA reporting status"; | | "set OutOctetsEncrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-too-long { | | container out-pkts-too-long { |
| description | | description |
| "set OutPktsTooLong TCA reporting status"; | | "set OutPktsTooLong TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container macsec-secy-rx { | | container macsec-secy-rx { |
| description | | description |
| "Configure pm parameters of macsec-secy-rx"; | | "Configure pm parameters of macsec-secy-rx"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on macsec-secy-rx parameters"; | | "Configure threshold on macsec-secy-rx parameters"; |
| leaf in-pkts-unchecked { | | leaf in-pkts-unchecked { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUnchecked threshold range"; | | "InPktsUnchecked threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUnchecked"; | | "Set Threshold for InPktsUnchecked"; |
| } | | } |
| leaf in-pkts-delayed { | | leaf in-pkts-delayed { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsDelayed threshold range"; | | "InPktsDelayed threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsDelayed"; | | "Set Threshold for InPktsDelayed"; |
| } | | } |
| leaf in-pkts-late { | | leaf in-pkts-late { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsLate threshold range"; | | "InPktsLate threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsLate"; | | "Set Threshold for InPktsLate"; |
| } | | } |
| leaf in-pkts-ok { | | leaf in-pkts-ok { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsOK threshold range"; | | "InPktsOK threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsOK"; | | "Set Threshold for InPktsOK"; |
| } | | } |
| leaf in-pkts-invalid { | | leaf in-pkts-invalid { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsInvalid threshold range"; | | "InPktsInvalid threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsInvalid"; | | "Set Threshold for InPktsInvalid"; |
| } | | } |
| leaf in-pkts-not-valid { | | leaf in-pkts-not-valid { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsNotValid threshold range"; | | "InPktsNotValid threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsNotValid"; | | "Set Threshold for InPktsNotValid"; |
| } | | } |
| leaf in-pkts-not-using-sa { | | leaf in-pkts-not-using-sa { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsNotUsingSA threshold range"; | | "InPktsNotUsingSA threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsNotUsingSA"; | | "Set Threshold for InPktsNotUsingSA"; |
| } | | } |
| leaf in-pkts-unused-sa { | | leaf in-pkts-unused-sa { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUnusedSA threshold range"; | | "InPktsUnusedSA threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUnusedSA"; | | "Set Threshold for InPktsUnusedSA"; |
| } | | } |
| leaf in-pkts-untagged-hit { | | leaf in-pkts-untagged-hit { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUntaggedHit threshold range"; | | "InPktsUntaggedHit threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUntaggedHit"; | | "Set Threshold for InPktsUntaggedHit"; |
| } | | } |
| leaf in-octets-validated { | | leaf in-octets-validated { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InOctetsValidated threshold range"; | | "InOctetsValidated threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InOctetsValidated"; | | "Set Threshold for InOctetsValidated"; |
| } | | } |
| leaf in-octets-decrypted { | | leaf in-octets-decrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InOctetsDecrypted threshold range"; | | "InOctetsDecrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InOctetsDecrypted "; | | "Set Threshold for InOctetsDecrypted "; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "Configure Report for macsec-secy-rx Parameters"; | | "Configure Report for macsec-secy-rx Parameters"; |
| container in-pkts-unchecked { | | container in-pkts-unchecked { |
| description | | description |
| "set InPktsUnchecked TCA reporting status"; | | "set InPktsUnchecked TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-delayed { | | container in-pkts-delayed { |
| description | | description |
| "set InPktsDelayed TCA reporting status"; | | "set InPktsDelayed TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-late { | | container in-pkts-late { |
| description | | description |
| "set InPktsLate TCA reporting status"; | | "set InPktsLate TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-ok { | | container in-pkts-ok { |
| description | | description |
| "set InPktsOK TCA reporting status"; | | "set InPktsOK TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-invalid { | | container in-pkts-invalid { |
| description | | description |
| "set InPktsInvalid TCA reporting status"; | | "set InPktsInvalid TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-not-valid { | | container in-pkts-not-valid { |
| description | | description |
| "set InPktsNotValid TCA reporting status"; | | "set InPktsNotValid TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-not-using-sa { | | container in-pkts-not-using-sa { |
| description | | description |
| "set InPktsNotUsingSA TCA reporting status"; | | "set InPktsNotUsingSA TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-unused-sa { | | container in-pkts-unused-sa { |
| description | | description |
| "set InPktsUnusedSA TCA reporting status"; | | "set InPktsUnusedSA TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-untagged-hit { | | container in-pkts-untagged-hit { |
| description | | description |
| "set InPktsUntaggedHit TCA reporting status"; | | "set InPktsUntaggedHit TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-octets-validated { | | container in-octets-validated { |
| description | | description |
| "set InOctetsValidated TCA reporting status"; | | "set InOctetsValidated TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-octets-decrypted { | | container in-octets-decrypted { |
| description | | description |
| "set InOctetsDecrypted TCA reporting status"; | | "set InOctetsDecrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container macsec-secy-if { | | container macsec-secy-if { |
| description | | description |
| "Configure pm parameters of macsec-secy-if"; | | "Configure pm parameters of macsec-secy-if"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on macsec-secy-if parameters"; | | "Configure threshold on macsec-secy-if parameters"; |
| leaf in-pkts-untagged { | | leaf in-pkts-untagged { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUntagged threshold range"; | | "InPktsUntagged threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUntagged"; | | "Set Threshold for InPktsUntagged"; |
| } | | } |
| leaf in-pkts-no-tag { | | leaf in-pkts-no-tag { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsNoTag threshold range"; | | "InPktsNoTag threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsNoTag"; | | "Set Threshold for InPktsNoTag"; |
| } | | } |
| leaf in-pkts-bad-tag { | | leaf in-pkts-bad-tag { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsBadTag threshold range"; | | "InPktsBadTag threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsBadTag"; | | "Set Threshold for InPktsBadTag"; |
| } | | } |
| leaf in-pkts-unknown-sci { | | leaf in-pkts-unknown-sci { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUnknownSCI threshold range"; | | "InPktsUnknownSCI threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUnknownSCI"; | | "Set Threshold for InPktsUnknownSCI"; |
| } | | } |
| leaf in-pkts-no-sci { | | leaf in-pkts-no-sci { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsNoSCI threshold range"; | | "InPktsNoSCI threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsNoSCI"; | | "Set Threshold for InPktsNoSCI"; |
| } | | } |
| leaf in-pkts-overrun { | | leaf in-pkts-overrun { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsOverrun threshold range"; | | "InPktsOverrun threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsOverrun"; | | "Set Threshold for InPktsOverrun"; |
| } | | } |
| leaf in-octets-validated { | | leaf in-octets-validated { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InOctetsValidated threshold range"; | | "InOctetsValidated threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InOctetsValidated"; | | "Set Threshold for InOctetsValidated"; |
| } | | } |
| leaf in-octets-decrypted { | | leaf in-octets-decrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InOctetsDecrypted threshold range"; | | "InOctetsDecrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InOctetsDecrypted"; | | "Set Threshold for InOctetsDecrypted"; |
| } | | } |
| leaf out-pkts-untagged { | | leaf out-pkts-untagged { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsUntagged threshold range"; | | "OutPktsUntagged threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsUntagged "; | | "Set Threshold for OutPktsUntagged "; |
| } | | } |
| leaf out-pkts-too-long { | | leaf out-pkts-too-long { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsTooLong threshold range"; | | "OutPktsTooLong threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsTooLong"; | | "Set Threshold for OutPktsTooLong"; |
| } | | } |
| leaf out-octets-encrypted { | | leaf out-octets-encrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutOctetsEncrypted threshold range"; | | "OutOctetsEncrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutOctetsEncrypted"; | | "Set Threshold for OutOctetsEncrypted"; |
| } | | } |
| leaf out-octets-protected { | | leaf out-octets-protected { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutOctetsProtected threshold range"; | | "OutOctetsProtected threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutOctetsProtected"; | | "Set Threshold for OutOctetsProtected"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "Configure Report for macsec-secy-if Parameters"; | | "Configure Report for macsec-secy-if Parameters"; |
| container in-pkts-untagged { | | container in-pkts-untagged { |
| description | | description |
| "set InPktsUntagged TCA reporting status"; | | "set InPktsUntagged TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-no-tag { | | container in-pkts-no-tag { |
| description | | description |
| "set InPktsNoTag TCA reporting status"; | | "set InPktsNoTag TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-bad-tag { | | container in-pkts-bad-tag { |
| description | | description |
| "set InPktsBadTag TCA reporting status"; | | "set InPktsBadTag TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-unknown-sci { | | container in-pkts-unknown-sci { |
| description | | description |
| "set InPktsUnknownSCI TCA reporting status"; | | "set InPktsUnknownSCI TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-no-sci { | | container in-pkts-no-sci { |
| description | | description |
| "set InPktsNoSCI TCA reporting status"; | | "set InPktsNoSCI TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-overrun { | | container in-pkts-overrun { |
| description | | description |
| "set InPktsOverrun TCA reporting status"; | | "set InPktsOverrun TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-octets-validated { | | container in-octets-validated { |
| description | | description |
| "set InOctetsValidated TCA reporting status"; | | "set InOctetsValidated TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-octets-decrypted { | | container in-octets-decrypted { |
| description | | description |
| "set InOctetsDecrypted TCA reporting status"; | | "set InOctetsDecrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-untagged { | | container out-pkts-untagged { |
| description | | description |
| "set OutPktsUntagged TCA reporting status"; | | "set OutPktsUntagged TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-too-long { | | container out-pkts-too-long { |
| description | | description |
| "set OutPktsTooLong TCA reporting status"; | | "set OutPktsTooLong TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets-protected { | | container out-octets-protected { |
| description | | description |
| "set OutOctetsProtected TCA reporting status"; | | "set OutOctetsProtected TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets-encrypted { | | container out-octets-encrypted { |
| description | | description |
| "set OutOctetsEncrypted TCA reporting status"; | | "set OutOctetsEncrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container macsec-ether { | | container macsec-ether { |
| description | | description |
| "configure ether performance monitoring"; | | "configure ether performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on macsec ether parameters"; | | "Configure threshold on macsec ether parameters"; |
| leaf rx-pkt { | | leaf rx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "RX-PKT threshold "; | | "RX-PKT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set RX-PKT threshold"; | | "set RX-PKT threshold"; |
| } | | } |
| leaf stat-pkt { | | leaf stat-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "PKT-STAT threshold "; | | "PKT-STAT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set PKT-STAT threshold"; | | "set PKT-STAT threshold"; |
| } | | } |
| leaf octet-stat { | | leaf octet-stat { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OCTET-STAT threshold "; | | "OCTET-STAT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OCTET-STAT threshold"; | | "set OCTET-STAT threshold"; |
| } | | } |
| leaf oversize-pkt { | | leaf oversize-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OVERSIZE-PKT threshold"; | | "OVERSIZE-PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OVERSIZE-PKT threshold"; | | "set OVERSIZE-PKT threshold"; |
| } | | } |
| leaf fcs-err { | | leaf fcs-err { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "FCS-ERR threshold"; | | "FCS-ERR threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set FCS-ERR threshold"; | | "set FCS-ERR threshold"; |
| } | | } |
| leaf long-frame { | | leaf long-frame { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "LONG-FRAMES threshold "; | | "LONG-FRAMES threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set LONG-FRAMES threshold"; | | "set LONG-FRAMES threshold"; |
| } | | } |
| leaf jabber-stats { | | leaf jabber-stats { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "JABBER-STATS threshold "; | | "JABBER-STATS threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set JABBER-STATS threshold"; | | "set JABBER-STATS threshold"; |
| } | | } |
| leaf sixty-four-octets { | | leaf sixty-four-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "64-OCTET threshold"; | | "64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 64-OCTET threshold"; | | "set 64-OCTET threshold"; |
| } | | } |
| leaf six5-127-octets { | | leaf six5-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "65-127-OCTET threshold"; | | "65-127-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 65-127-OCTET threshold"; | | "set 65-127-OCTET threshold"; |
| } | | } |
| leaf one-hundred-twenty-eight-255-octets { | | leaf one-hundred-twenty-eight-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "128-255-OCTET threshold "; | | "128-255-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 128-255-OCTET threshold"; | | "set 128-255-OCTET threshold"; |
| } | | } |
| leaf two-hundred-fifty-six-511-octets { | | leaf two-hundred-fifty-six-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "256-511-OCTET threshold "; | | "256-511-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 256-511-OCTET threshold"; | | "set 256-511-OCTET threshold"; |
| } | | } |
| leaf five-hundred-twelve-1023-octets { | | leaf five-hundred-twelve-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "512-1023-OCTET threshold"; | | "512-1023-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 512-1023-OCTET threshold"; | | "set 512-1023-OCTET threshold"; |
| } | | } |
| leaf one-thousand-twenty-four-1518-octets { | | leaf one-thousand-twenty-four-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "1024-1518-OCTET threshold"; | | "1024-1518-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 1024-1518-OCTET threshold"; | | "set 1024-1518-OCTET threshold"; |
| } | | } |
| leaf in-64-octets { | | leaf in-64-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-64-OCTET threshold"; | | "IN-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-64-OCTET threshold"; | | "set IN-64-OCTET threshold"; |
| } | | } |
| leaf in-65-127-octets { | | leaf in-65-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-65-127-OCTET threshold"; | | "IN-65-127-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-65-127-OCTET threshold"; | | "set IN-65-127-OCTET threshold"; |
| } | | } |
| leaf in-128-255-octets { | | leaf in-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-128-255-OCTET threshold "; | | "IN-128-255-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-128-255-OCTET threshold"; | | "set IN-128-255-OCTET threshold"; |
| } | | } |
| leaf in-256-511-octets { | | leaf in-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-256-511-OCTET threshold "; | | "IN-256-511-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-256-511-OCTET threshold"; | | "set IN-256-511-OCTET threshold"; |
| } | | } |
| leaf in-512-1023-octets { | | leaf in-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-512-1023-OCTET threshold"; | | "IN-512-1023-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-512-1023-OCTET threshold"; | | "set IN-512-1023-OCTET threshold"; |
| } | | } |
| leaf in-1024-1518-octets { | | leaf in-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-1024-1518-OCTET threshold"; | | "IN-1024-1518-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-1024-1518-OCTET threshold"; | | "set IN-1024-1518-OCTET threshold"; |
| } | | } |
| leaf in-drop-other { | | leaf in-drop-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-OTHER threshold"; | | "IN-DROP-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_DROP_OTHER threshold"; | | "set IN_DROP_OTHER threshold"; |
| } | | } |
| leaf in-ucast { | | leaf in-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-UCAST threshold"; | | "IN-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-UCAST threshold"; | | "set IN-UCAST threshold"; |
| } | | } |
| leaf in-mcast { | | leaf in-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MCAST threshold"; | | "IN-MCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MCAST threshold"; | | "set IN-MCAST threshold"; |
| } | | } |
| leaf in-bcast { | | leaf in-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-BCAST threshold"; | | "IN-BCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-BCAST threshold"; | | "set IN-BCAST threshold"; |
| } | | } |
| leaf in-error-fragments { | | leaf in-error-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-FRAGMENTS threshold"; | | "IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-FRAGMENTS threshold"; | | "set IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| leaf out-ucast { | | leaf out-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-UCAST threshold"; | | "OUT-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-UCAST threshold"; | | "set OUT-UCAST threshold"; |
| } | | } |
| leaf out-bcast { | | leaf out-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-BCAST threshold "; | | "OUT-BCAST threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-BCAST threshold"; | | "set OUT-BCAST threshold"; |
| } | | } |
| leaf out-mcast { | | leaf out-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-MCAST threshold "; | | "OUT-MCAST threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-MCAST threshold"; | | "set OUT-MCAST threshold"; |
| } | | } |
| leaf tx-pkt { | | leaf tx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX-PKT threshold"; | | "TX-PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX-PKT threshold"; | | "set TX-PKT threshold"; |
| } | | } |
| leaf out-octets { | | leaf out-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-OCTET threshold "; | | "OUT-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-OCTET threshold"; | | "set OUT-OCTET threshold"; |
| } | | } |
| leaf if-in-errors { | | leaf if-in-errors { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_ERRORS threshold"; | | "IFIN_ERRORS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_ERRORS threshold"; | | "set IFIN_ERRORS threshold"; |
| } | | } |
| leaf if-in-octets { | | leaf if-in-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_OCTETS threshold"; | | "IFIN_OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_OCTETS threshold"; | | "set IFIN_OCTETS threshold"; |
| } | | } |
| leaf ether-stat-multicast-pkt { | | leaf ether-stat-multicast-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "ETHER_STAT_MULTICAST_PKT threshold"; | | "ETHER_STAT_MULTICAST_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_MULTICAST_PKT threshold"; | | "set ETHER_STAT_MULTICAST_PKT threshold"; |
| } | | } |
| leaf ether-stat-broadcast-pkt { | | leaf ether-stat-broadcast-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| " ETHER_STAT_BROADCAST_PKT threshold"; | | " ETHER_STAT_BROADCAST_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_BROADCAST_PKT threshold"; | | "set ETHER_STAT_BROADCAST_PKT threshold"; |
| } | | } |
| leaf in-good-bytes { | | leaf in-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set IN_GOOD_BYTES threshold"; | | "set IN_GOOD_BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_GOOD_BYTES threshold"; | | "set IN_GOOD_BYTES threshold"; |
| } | | } |
| leaf in-good-pkts { | | leaf in-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set IN_GOOD_PKTS threshold"; | | "set IN_GOOD_PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_GOOD_PKTS threshold"; | | "set IN_GOOD_PKTS threshold"; |
| } | | } |
| leaf out-good-bytes { | | leaf out-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set OUT_GOOD_BYTES threshold"; | | "set OUT_GOOD_BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT_GOOD_BYTES threshold"; | | "set OUT_GOOD_BYTES threshold"; |
| } | | } |
| leaf out-good-pkts { | | leaf out-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set GOOD_PKTS threshold"; | | "set GOOD_PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set THRESH_OUT_GOOD_PKTS threshold"; | | "set THRESH_OUT_GOOD_PKTS threshold"; |
| } | | } |
| leaf rx-util { | | leaf rx-util { |
| type uint32 { | | type uint32 { |
| range "1..10000" { | | range "1..10000" { |
| description | | description |
| "set RX_UTIL threshold(in units of 0.01%)"; | | "set RX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| } | | } |
| description | | description |
| "set RX_UTIL threshold(in units of 0.01%)"; | | "set RX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| leaf tx-util { | | leaf tx-util { |
| type uint32 { | | type uint32 { |
| range "1..10000" { | | range "1..10000" { |
| description | | description |
| "set TX_UTIL threshold(in units of 0.01%)"; | | "set TX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_UTIL threshold(in units of 0.01%)"; | | "set TX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| leaf ether-stat-undersized-pkt { | | leaf ether-stat-undersized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "ETHER_STAT_UNDERSIZED_PKT threshold"; | | "ETHER_STAT_UNDERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_UNDERSIZED_PKT threshold"; | | "set ETHER_STAT_UNDERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-undersized-pkt { | | leaf tx-undersized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_UNDERSIZED_PKT threshold"; | | "TX_UNDERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_UNDERSIZED_PKT threshold"; | | "set TX_UNDERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-oversized-pkt { | | leaf tx-oversized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_OVERSIZED_PKT threshold"; | | "TX_OVERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_OVERSIZED_PKT threshold"; | | "set TX_OVERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-fragments { | | leaf tx-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_FRAGMENTS threshold"; | | "TX_FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_FRAGMENTS threshold"; | | "set TX_FRAGMENTS threshold"; |
| } | | } |
| leaf tx-jabber { | | leaf tx-jabber { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_JABBER threshold"; | | "TX_JABBER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_JABBER threshold"; | | "set TX_JABBER threshold"; |
| } | | } |
| leaf tx-bad-fcs { | | leaf tx-bad-fcs { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_BAD_FCS threshold"; | | "TX_BAD_FCS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_BAD_FCS threshold"; | | "set TX_BAD_FCS threshold"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set ether TCA reporting status"; | | "set ether TCA reporting status"; |
| container rx-pkt { | | container rx-pkt { |
| description | | description |
| "set rx-pkt TCA reporting status"; | | "set rx-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container rx-util { | | container rx-util { |
| description | | description |
| "set rx-util TCA reporting status"; | | "set rx-util TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-util { | | container tx-util { |
| description | | description |
| "set tx-util TCA reporting status"; | | "set tx-util TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container stat-pkt { | | container stat-pkt { |
| description | | description |
| "set stat-pkt TCA reporting status"; | | "set stat-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container octet-stat { | | container octet-stat { |
| description | | description |
| "set octet-stat TCA reporting status"; | | "set octet-stat TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container oversize-pkt { | | container oversize-pkt { |
| description | | description |
| "set oversize-pkt TCA reporting status"; | | "set oversize-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container fcs-err { | | container fcs-err { |
| description | | description |
| "set fcs-err TCA reporting status"; | | "set fcs-err TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container long-frame { | | container long-frame { |
| description | | description |
| "set long-frame TCA reporting status"; | | "set long-frame TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container jabber-stats { | | container jabber-stats { |
| description | | description |
| "set jabber-stats TCA reporting status"; | | "set jabber-stats TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _64-octets { | | container _64-octets { |
| description | | description |
| "set 64-octets TCA reporting status"; | | "set 64-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _65-127-octets { | | container _65-127-octets { |
| description | | description |
| "set 65-127-octets TCA reporting status"; | | "set 65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _128-255-octets { | | container _128-255-octets { |
| description | | description |
| "set 128-255-octets TCA reporting status"; | | "set 128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _256-511-octets { | | container _256-511-octets { |
| description | | description |
| "set 256-511-octets TCA reporting status"; | | "set 256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _512-1023-octets { | | container _512-1023-octets { |
| description | | description |
| "set 512-1023-octets TCA reporting status"; | | "set 512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _1024-1518-octets { | | container _1024-1518-octets { |
| description | | description |
| "set 1024-1518-octets TCA reporting status"; | | "set 1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-ucast { | | container in-ucast { |
| description | | description |
| "set in-Ucast TCA reporting status"; | | "set in-Ucast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mcast { | | container in-mcast { |
| description | | description |
| "set in-Mcast TCA reporting status"; | | "set in-Mcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-bcast { | | container in-bcast { |
| description | | description |
| "set in-Bcast TCA reporting status"; | | "set in-Bcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-ucast { | | container out-ucast { |
| description | | description |
| "set es-pm TCA reporting status"; | | "set es-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-mcast { | | container out-mcast { |
| description | | description |
| "set esr-pm TCA reporting status"; | | "set esr-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-bcast { | | container out-bcast { |
| description | | description |
| "set es-sm TCA reporting status"; | | "set es-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-pkt { | | container tx-pkt { |
| description | | description |
| "set esr-sm TCA reporting status"; | | "set esr-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-errors { | | container if-in-errors { |
| description | | description |
| "set ifIn_errors TCA reporting status"; | | "set ifIn_errors TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-octets { | | container if-in-octets { |
| description | | description |
| "set ifOut_errors TCA reporting status"; | | "set ifOut_errors TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-multicast-pkt { | | container ether-stat-multicast-pkt { |
| description | | description |
| "set ether_stat_multicast_pkt TCA reporting status"; | | "set ether_stat_multicast_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-broadcast-pkt { | | container ether-stat-broadcast-pkt { |
| description | | description |
| "set ether_stat_broadcast_pkt TCA reporting status"; | | "set ether_stat_broadcast_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-undersized-pkt { | | container ether-stat-undersized-pkt { |
| description | | description |
| "set ether_stat_undersized_pkt TCA reporting status"; | | "set ether_stat_undersized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets { | | container out-octets { |
| description | | description |
| "set out-octets TCA reporting status"; | | "set out-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-bytes { | | container in-good-bytes { |
| description | | description |
| "set in-good-bytes TCA reporting status"; | | "set in-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-pkts { | | container in-good-pkts { |
| description | | description |
| "set in-good-pkts TCA reporting status"; | | "set in-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-other { | | container in-drop-other { |
| description | | description |
| "set in-drop-other TCA reporting status"; | | "set in-drop-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-bytes { | | container out-good-bytes { |
| description | | description |
| "set out-good-bytes TCA reporting status"; | | "set out-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-pkts { | | container out-good-pkts { |
| description | | description |
| "set out-good-pkts TCA reporting status"; | | "set out-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-fragments { | | container in-error-fragments { |
| description | | description |
| "set in-error-fragments TCA reporting status"; | | "set in-error-fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-64-octets { | | container in-64-octets { |
| description | | description |
| "set in-64-octets TCA reporting status"; | | "set in-64-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-65-127-octets { | | container in-65-127-octets { |
| description | | description |
| "set in-65-127-octets TCA reporting status"; | | "set in-65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-128-255-octets { | | container in-128-255-octets { |
| description | | description |
| "set in-128-255-octets TCA reporting status"; | | "set in-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-256-511-octets { | | container in-256-511-octets { |
| description | | description |
| "set in-256-511-octets TCA reporting status"; | | "set in-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-512-1023-octets { | | container in-512-1023-octets { |
| description | | description |
| "set in-512-1023-octets TCA reporting status"; | | "set in-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-1024-1518-octets { | | container in-1024-1518-octets { |
| description | | description |
| "set in-1024-1518-octets TCA reporting status"; | | "set in-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-undersized-pkt { | | container tx-undersized-pkt { |
| description | | description |
| "set tx_undersized_pkt TCA reporting status"; | | "set tx_undersized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-oversized-pkt { | | container tx-oversized-pkt { |
| description | | description |
| "set tx_oversized_pkt TCA reporting status"; | | "set tx_oversized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-fragments { | | container tx-fragments { |
| description | | description |
| "set tx_fragments TCA reporting status"; | | "set tx_fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-jabber { | | container tx-jabber { |
| description | | description |
| "set tx_jabber TCA reporting status"; | | "set tx_jabber TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-bad-fcs { | | container tx-bad-fcs { |
| description | | description |
| "set tx_bad_fcs TCA reporting status"; | | "set tx_bad_fcs TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container interval-24-hour { | | container interval-24-hour { |
| description | | description |
| "Configure pm parameters of 24 hour interval"; | | "Configure pm parameters of 24 hour interval"; |
| container ether { | | container ether { |
| description | | description |
| "configure ether performance monitoring"; | | "configure ether performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on ether parameters"; | | "Configure threshold on ether parameters"; |
| leaf rx-pkt { | | leaf rx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "RX-PKT threshold "; | | "RX-PKT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set RX-PKT threshold"; | | "set RX-PKT threshold"; |
| } | | } |
| leaf stat-pkt { | | leaf stat-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "STAT-PKT threshold "; | | "STAT-PKT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set STAT-PKT threshold"; | | "set STAT-PKT threshold"; |
| } | | } |
| leaf octet-stat { | | leaf octet-stat { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OCTET-STAT threshold "; | | "OCTET-STAT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OCTET-STAT threshold"; | | "set OCTET-STAT threshold"; |
| } | | } |
| leaf oversize-pkt { | | leaf oversize-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OVERSIZEPKT-STATS threshold"; | | "OVERSIZEPKT-STATS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OVERSIZE-PKT threshold"; | | "set OVERSIZE-PKT threshold"; |
| } | | } |
| leaf fcs-err { | | leaf fcs-err { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "FCS-ERR threshold"; | | "FCS-ERR threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set FCS-ERR threshold"; | | "set FCS-ERR threshold"; |
| } | | } |
| leaf long-frame { | | leaf long-frame { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "LONG-FRAMES threshold "; | | "LONG-FRAMES threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set LONG-FRAMES threshold"; | | "set LONG-FRAMES threshold"; |
| } | | } |
| leaf jabber-stats { | | leaf jabber-stats { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "JABBER-STATS threshold "; | | "JABBER-STATS threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set JABBER-STATS threshold"; | | "set JABBER-STATS threshold"; |
| } | | } |
| leaf sixty-four-octets { | | leaf sixty-four-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "64-OCTET threshold"; | | "64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 64-OCTET threshold"; | | "set 64-OCTET threshold"; |
| } | | } |
| leaf six5-127-octets { | | leaf six5-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "65-127-OCTET threshold"; | | "65-127-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 65-127-OCTET threshold"; | | "set 65-127-OCTET threshold"; |
| } | | } |
| leaf one-hundred-twenty-eight-255-octets { | | leaf one-hundred-twenty-eight-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "128-255-OCTET threshold "; | | "128-255-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 128-255-OCTET threshold"; | | "set 128-255-OCTET threshold"; |
| } | | } |
| leaf two-hundred-fifty-six-511-octets { | | leaf two-hundred-fifty-six-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "256-511-OCTET threshold "; | | "256-511-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 256-511-OCTET threshold"; | | "set 256-511-OCTET threshold"; |
| } | | } |
| leaf five-hundred-twelve-1023-octets { | | leaf five-hundred-twelve-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "512-1023-OCTET threshold"; | | "512-1023-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 512-1023-OCTET threshold"; | | "set 512-1023-OCTET threshold"; |
| } | | } |
| leaf one-thousand-twenty-four-1518-octets { | | leaf one-thousand-twenty-four-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "1024-1518-OCTET threshold"; | | "1024-1518-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 1024-1518-OCTET threshold"; | | "set 1024-1518-OCTET threshold"; |
| } | | } |
| leaf in-64-octets { | | leaf in-64-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-64-OCTET threshold"; | | "IN-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-64-OCTET threshold"; | | "set IN-64-OCTET threshold"; |
| } | | } |
| leaf in-65-127-octets { | | leaf in-65-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-65-127-OCTET threshold"; | | "IN-65-127-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-65-127-OCTET threshold"; | | "set IN-65-127-OCTET threshold"; |
| } | | } |
| leaf in-128-255-octets { | | leaf in-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-128-255-OCTET threshold "; | | "IN-128-255-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 128-255-OCTET threshold"; | | "set 128-255-OCTET threshold"; |
| } | | } |
| leaf in-256-511-octets { | | leaf in-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-256-511-OCTET threshold "; | | "IN-256-511-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-256-511-OCTET threshold"; | | "set IN-256-511-OCTET threshold"; |
| } | | } |
| leaf in-512-1023-octets { | | leaf in-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-512-1023-OCTET threshold"; | | "IN-512-1023-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-512-1023-OCTET threshold"; | | "set IN-512-1023-OCTET threshold"; |
| } | | } |
| leaf in-1024-1518-octets { | | leaf in-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-1024-1518-OCTET threshold"; | | "IN-1024-1518-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-1024-1518-OCTET threshold"; | | "set IN-1024-1518-OCTET threshold"; |
| } | | } |
| leaf out-pkt-64-octet { | | leaf out-pkt-64-octet { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKT-64-OCTET threshold"; | | "OUT-PKT-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKT-64-OCTET threshold"; | | "set OUT-PKT-64-OCTET threshold"; |
| } | | } |
| leaf out-pkts-65-127-octets { | | leaf out-pkts-65-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-65-127-OCTETS threshold"; | | "OUT-PKTS-65-127-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-65-127-OCTETS threshold"; | | "set OUT-PKTS-65-127-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-128-255-octets { | | leaf out-pkts-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-128-255-OCTETS threshold"; | | "OUT-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-128-255-OCTETS threshold"; | | "set OUT-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-256-511-octets { | | leaf out-pkts-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-256-511-OCTETS threshold"; | | "OUT-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-256-511-OCTETS threshold"; | | "set OUT-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-512-1023-octets { | | leaf out-pkts-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-512-1023-OCTETS threshold"; | | "OUT-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-512-1023-OCTETS threshold"; | | "set OUT-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-1024-1518-octets { | | leaf out-pkts-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-1024-1518-OCTETS threshold"; | | "OUT-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-1024-1518-OCTETS threshold"; | | "set OUT-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| leaf in-drop-other { | | leaf in-drop-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-OTHER threshold"; | | "IN-DROP-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_DROP_OTHER threshold"; | | "set IN_DROP_OTHER threshold"; |
| } | | } |
| leaf in-ucast { | | leaf in-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-UCAST threshold"; | | "IN-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-UCAST threshold"; | | "set IN-UCAST threshold"; |
| } | | } |
| leaf in-mcast { | | leaf in-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MCAST threshold"; | | "IN-MCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MCAST threshold"; | | "set IN-MCAST threshold"; |
| } | | } |
| leaf in-bcast { | | leaf in-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-BCAST threshold"; | | "IN-BCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-BCAST threshold"; | | "set IN-BCAST threshold"; |
| } | | } |
| leaf in-error-fragments { | | leaf in-error-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-FRAGMENTS threshold"; | | "IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-FRAGMENTS threshold"; | | "set IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| leaf out-ucast { | | leaf out-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-UCAST threshold"; | | "OUT-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-UCAST threshold"; | | "set OUT-UCAST threshold"; |
| } | | } |
| leaf out-bcast { | | leaf out-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-BCAST threshold )"; | | "OUT-BCAST threshold )"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-BCAST threshold"; | | "set OUT-BCAST threshold"; |
| } | | } |
| leaf out-mcast { | | leaf out-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-MCAST threshold (seconds)"; | | "OUT-MCAST threshold (seconds)"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-MCAST threshold"; | | "set OUT-MCAST threshold"; |
| } | | } |
| leaf tx-pkt { | | leaf tx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX-PKT threshold"; | | "TX-PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX-PKT threshold"; | | "set TX-PKT threshold"; |
| } | | } |
| leaf out-octets { | | leaf out-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-OCTET threshold (seconds)"; | | "OUT-OCTET threshold (seconds)"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-OCTET threshold"; | | "set OUT-OCTET threshold"; |
| } | | } |
| leaf if-in-errors { | | leaf if-in-errors { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_ERRORS threshold"; | | "IFIN_ERRORS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_ERRORS threshold"; | | "set IFIN_ERRORS threshold"; |
| } | | } |
| leaf in-good-bytes { | | leaf in-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set IN_GOOD_BYTES threshold"; | | "set IN_GOOD_BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_GOOD_BYTES threshold"; | | "set IN_GOOD_BYTES threshold"; |
| } | | } |
| leaf in-good-pkts { | | leaf in-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set IN_GOOD_PKTS threshold"; | | "set IN_GOOD_PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_GOOD_PKTS threshold"; | | "set IN_GOOD_PKTS threshold"; |
| } | | } |
| leaf out-good-bytes { | | leaf out-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set OUT_GOOD_BYTES threshold"; | | "set OUT_GOOD_BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT_GOOD_BYTES threshold"; | | "set OUT_GOOD_BYTES threshold"; |
| } | | } |
| leaf out-good-pkts { | | leaf out-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set GOOD_PKTS threshold"; | | "set GOOD_PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set THRESH_OUT_GOOD_PKTS threshold"; | | "set THRESH_OUT_GOOD_PKTS threshold"; |
| } | | } |
| leaf rx-util { | | leaf rx-util { |
| type uint32 { | | type uint32 { |
| range "1..10000" { | | range "1..10000" { |
| description | | description |
| "set RX_UTIL threshold (in units of 0.01%)"; | | "set RX_UTIL threshold (in units of 0.01%)"; |
| } | | } |
| } | | } |
| description | | description |
| "set THRESH_RX_UTIL threshold(in units of 0.01%)"; | | "set THRESH_RX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| leaf tx-util { | | leaf tx-util { |
| type uint32 { | | type uint32 { |
| range "1..10000" { | | range "1..10000" { |
| description | | description |
| "set TX_UTIL threshold(in units of 0.01%)"; | | "set TX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_UTIL threshold(in units of 0.01%)"; | | "set TX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| leaf if-in-octets { | | leaf if-in-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_OCTETS threshold"; | | "IFIN_OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_OCTETS threshold"; | | "set IFIN_OCTETS threshold"; |
| } | | } |
| leaf ether-stat-multicast-pkt { | | leaf ether-stat-multicast-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "ETHER_STAT_MULTICAST_PKT threshold"; | | "ETHER_STAT_MULTICAST_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_MULTICAST_PKT threshold"; | | "set ETHER_STAT_MULTICAST_PKT threshold"; |
| } | | } |
| leaf ether-stat-broadcast-pkt { | | leaf ether-stat-broadcast-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| " ETHER_STAT_BROADCAST_PKT threshold"; | | " ETHER_STAT_BROADCAST_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| " set ETHER_STAT_BROADCAST_PKT threshold"; | | " set ETHER_STAT_BROADCAST_PKT threshold"; |
| } | | } |
| leaf ether-stat-undersized-pkt { | | leaf ether-stat-undersized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "ETHER_STAT_UNDERSIZED_PKT threshold"; | | "ETHER_STAT_UNDERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_UNDERSIZED_PKT threshold"; | | "set ETHER_STAT_UNDERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-undersized-pkt { | | leaf tx-undersized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_UNDERSIZED_PKT threshold"; | | "TX_UNDERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_UNDERSIZED_PKT threshold"; | | "set TX_UNDERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-oversized-pkt { | | leaf tx-oversized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_OVERSIZED_PKT threshold"; | | "TX_OVERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_OVERSIZED_PKT threshold"; | | "set TX_OVERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-fragments { | | leaf tx-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_FRAGMENTS threshold"; | | "TX_FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_FRAGMENTS threshold"; | | "set TX_FRAGMENTS threshold"; |
| } | | } |
| leaf tx-jabber { | | leaf tx-jabber { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_JABBER threshold"; | | "TX_JABBER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_JABBER threshold"; | | "set TX_JABBER threshold"; |
| } | | } |
| leaf tx-bad-fcs { | | leaf tx-bad-fcs { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_BAD_FCS threshold"; | | "TX_BAD_FCS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_BAD_FCS threshold"; | | "set TX_BAD_FCS threshold"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set ether TCA reporting status"; | | "set ether TCA reporting status"; |
| container rx-pkt { | | container rx-pkt { |
| description | | description |
| "set rx-pkt TCA reporting status"; | | "set rx-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container rx-util { | | container rx-util { |
| description | | description |
| "set rx-util TCA reporting status"; | | "set rx-util TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-util { | | container tx-util { |
| description | | description |
| "set tx-util TCA reporting status"; | | "set tx-util TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container stat-pkt { | | container stat-pkt { |
| description | | description |
| "set stat-pkt TCA reporting status"; | | "set stat-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container octet-stat { | | container octet-stat { |
| description | | description |
| "set octet-stat TCA reporting status"; | | "set octet-stat TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container oversize-pkt { | | container oversize-pkt { |
| description | | description |
| "set oversize-pkt TCA reporting status"; | | "set oversize-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container fcs-err { | | container fcs-err { |
| description | | description |
| "set fcs-err TCA reporting status"; | | "set fcs-err TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container long-frame { | | container long-frame { |
| description | | description |
| "set long-frame TCA reporting status"; | | "set long-frame TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container jabber-stats { | | container jabber-stats { |
| description | | description |
| "set jabber-stats TCA reporting status"; | | "set jabber-stats TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _64-octets { | | container _64-octets { |
| description | | description |
| "set 64-octets TCA reporting status"; | | "set 64-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _65-127-octets { | | container _65-127-octets { |
| description | | description |
| "set 65-127-octets TCA reporting status"; | | "set 65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _128-255-octets { | | container _128-255-octets { |
| description | | description |
| "set 128-255-octets TCA reporting status"; | | "set 128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _256-511-octets { | | container _256-511-octets { |
| description | | description |
| "set 256-511-octets TCA reporting status"; | | "set 256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _512-1023-octets { | | container _512-1023-octets { |
| description | | description |
| "set 512-1023-octets TCA reporting status"; | | "set 512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _1024-1518-octets { | | container _1024-1518-octets { |
| description | | description |
| "set 1024-1518-octets TCA reporting status"; | | "set 1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-ucast { | | container in-ucast { |
| description | | description |
| "set in-Ucast TCA reporting status"; | | "set in-Ucast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mcast { | | container in-mcast { |
| description | | description |
| "set in-Mcast TCA reporting status"; | | "set in-Mcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-bcast { | | container in-bcast { |
| description | | description |
| "set in-Bcast TCA reporting status"; | | "set in-Bcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-ucast { | | container out-ucast { |
| description | | description |
| "set es-pm TCA reporting status"; | | "set es-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-mcast { | | container out-mcast { |
| description | | description |
| "set esr-pm TCA reporting status"; | | "set esr-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-bcast { | | container out-bcast { |
| description | | description |
| "set es-sm TCA reporting status"; | | "set es-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-pkt { | | container tx-pkt { |
| description | | description |
| "set esr-sm TCA reporting status"; | | "set esr-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-errors { | | container if-in-errors { |
| description | | description |
| "set ifIn_errors TCA reporting status"; | | "set ifIn_errors TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-octets { | | container if-in-octets { |
| description | | description |
| "set ifIn_Octets TCA reporting status"; | | "set ifIn_Octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-multicast-pkt { | | container ether-stat-multicast-pkt { |
| description | | description |
| "set ether_stat_multicast_pkt TCA reporting status"; | | "set ether_stat_multicast_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-broadcast-pkt { | | container ether-stat-broadcast-pkt { |
| description | | description |
| "set ether_stat_broadcast_pkt TCA reporting status"; | | "set ether_stat_broadcast_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-undersized-pkt { | | container ether-stat-undersized-pkt { |
| description | | description |
| "set ether_stat_undersized_pkt TCA reporting status"; | | "set ether_stat_undersized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets { | | container out-octets { |
| description | | description |
| "set out-octets TCA reporting status"; | | "set out-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-bytes { | | container in-good-bytes { |
| description | | description |
| "set in-good-bytes TCA reporting status"; | | "set in-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-pkts { | | container in-good-pkts { |
| description | | description |
| "set in-good-pkts TCA reporting status"; | | "set in-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-other { | | container in-drop-other { |
| description | | description |
| "set in-drop-other TCA reporting status"; | | "set in-drop-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-bytes { | | container out-good-bytes { |
| description | | description |
| "set out-good-bytes TCA reporting status"; | | "set out-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-pkts { | | container out-good-pkts { |
| description | | description |
| "set out-good-pkts TCA reporting status"; | | "set out-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-fragments { | | container in-error-fragments { |
| description | | description |
| "set in-error-fragments TCA reporting status"; | | "set in-error-fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-64-octets { | | container in-64-octets { |
| description | | description |
| "set in-64-octets TCA reporting status"; | | "set in-64-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-65-127-octets { | | container in-65-127-octets { |
| description | | description |
| "set in-65-127-octets TCA reporting status"; | | "set in-65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-128-255-octets { | | container in-128-255-octets { |
| description | | description |
| "set in-128-255-octets TCA reporting status"; | | "set in-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-256-511-octets { | | container in-256-511-octets { |
| description | | description |
| "set in-256-511-octets TCA reporting status"; | | "set in-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-512-1023-octets { | | container in-512-1023-octets { |
| description | | description |
| "set in-512-1023-octets TCA reporting status"; | | "set in-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-1024-1518-octets { | | container in-1024-1518-octets { |
| description | | description |
| "set in-1024-1518-octets TCA reporting status"; | | "set in-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkt-64-octet { | | container out-pkt-64-octet { |
| description | | description |
| "set out-pkt-64-octet TCA reporting status"; | | "set out-pkt-64-octet TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-65-127-octets { | | container out-pkts-65-127-octets { |
| description | | description |
| "set out-pkts-65-127-octets TCA reporting status"; | | "set out-pkts-65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-128-255-octets { | | container out-pkts-128-255-octets { |
| description | | description |
| "set out-pkts-128-255-octets TCA reporting status"; | | "set out-pkts-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-256-511-octets { | | container out-pkts-256-511-octets { |
| description | | description |
| "set out-pkts-256-511-octets TCA reporting status"; | | "set out-pkts-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-512-1023-octets { | | container out-pkts-512-1023-octets { |
| description | | description |
| "set out-pkts-512-1023-octets TCA reporting status"; | | "set out-pkts-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-1024-1518-octets { | | container out-pkts-1024-1518-octets { |
| description | | description |
| "set out-pkts-1024-1518-octets TCA reporting status"; | | "set out-pkts-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-undersized-pkt { | | container tx-undersized-pkt { |
| description | | description |
| "set tx_undersized_pkt TCA reporting status"; | | "set tx_undersized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-oversized-pkt { | | container tx-oversized-pkt { |
| description | | description |
| "set tx_oversized_pkt TCA reporting status"; | | "set tx_oversized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-fragments { | | container tx-fragments { |
| description | | description |
| "set tx_fragments TCA reporting status"; | | "set tx_fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-jabber { | | container tx-jabber { |
| description | | description |
| "set tx_jabber TCA reporting status"; | | "set tx_jabber TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-bad-fcs { | | container tx-bad-fcs { |
| description | | description |
| "set tx_bad_fcs TCA reporting status"; | | "set tx_bad_fcs TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container fec { | | container fec { |
| description | | description |
| "Configure fec performance monitoring"; | | "Configure fec performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure fec threshold"; | | "Configure fec threshold"; |
| leaf ec-words { | | leaf ec-words { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "ec-words threshold <range:1-18446744073709551615>"; | | "ec-words threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set EC-Words threshold"; | | "set EC-Words threshold"; |
| } | | } |
| leaf uc-words { | | leaf uc-words { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "uc-words threshold <range:1-18446744073709551615>"; | | "uc-words threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set UC-WORDS threshold"; | | "set UC-WORDS threshold"; |
| } | | } |
| container pre-fec-ber { | | container pre-fec-ber { |
| description | | description |
| "Set PRE-FEC-BER Thresholds"; | | "Set PRE-FEC-BER Thresholds"; |
| leaf min { | | leaf min { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "pre-fec-ber min threshold <range:1-18446744073709551615>"; | | "pre-fec-ber min threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set pre-fec-ber min threshold"; | | "set pre-fec-ber min threshold"; |
| } | | } |
| leaf max { | | leaf max { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "pre-fec-ber max threshold <range:1-18446744073709551615>"; | | "pre-fec-ber max threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set pre-fec-ber max threshold"; | | "set pre-fec-ber max threshold"; |
| } | | } |
| } | | } |
| container post-fec-ber { | | container post-fec-ber { |
| description | | description |
| "Set POST-FEC-BER Thresholds"; | | "Set POST-FEC-BER Thresholds"; |
| leaf min { | | leaf min { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "post-fec-ber min threshold <range:1-18446744073709551615>"; | | "post-fec-ber min threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set post-fec-ber min threshold <range:0-18446744073709551615>"; | | "set post-fec-ber min threshold <range:0-18446744073709551615>"; |
| } | | } |
| leaf max { | | leaf max { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "post-fec-ber max threshold <range:1-18446744073709551615>"; | | "post-fec-ber max threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set post-fec-ber max threshold"; | | "set post-fec-ber max threshold"; |
| } | | } |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set fec TCA reporting status"; | | "set fec TCA reporting status"; |
| container uc-words { | | container uc-words { |
| description | | description |
| "set uc-words TCA reporting status"; | | "set uc-words TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ec-words { | | container ec-words { |
| description | | description |
| "set ec-words TCA reporting status"; | | "set ec-words TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container pre-fec-ber { | | container pre-fec-ber { |
| description | | description |
| "set PRE FEC BER TCA reporting status"; | | "set PRE FEC BER TCA reporting status"; |
| container max-tca { | | container max-tca { |
| description | | description |
| "set PRE FEC BER max TCA reporting status"; | | "set PRE FEC BER max TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container min-tca { | | container min-tca { |
| description | | description |
| "set PRE FEC BER min TCA reporting status"; | | "set PRE FEC BER min TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| container post-fec-ber { | | container post-fec-ber { |
| description | | description |
| "set POST FEC BER TCA reporting status"; | | "set POST FEC BER TCA reporting status"; |
| container max-tca { | | container max-tca { |
| description | | description |
| "set POST FEC BER max TCA reporting status"; | | "set POST FEC BER max TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container min-tca { | | container min-tca { |
| description | | description |
| "set POST FEC BER min TCA reporting status"; | | "set POST FEC BER min TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container pcs { | | container pcs { |
| description | | description |
| "configure pcs performance monitoring"; | | "configure pcs performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on pcs parameters"; | | "Configure threshold on pcs parameters"; |
| leaf bip { | | leaf bip { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "BIP threshold range <1-18446744073709551615>"; | | "BIP threshold range <1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set BIP threshold"; | | "set BIP threshold"; |
| } | | } |
| leaf frm-err { | | leaf frm-err { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "FRM-ERR threshold range <1-18446744073709551615>"; | | "FRM-ERR threshold range <1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set FRM-ERR threshold"; | | "set FRM-ERR threshold"; |
| } | | } |
| leaf bad-sh { | | leaf bad-sh { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Bad-sh threshold range <1-18446744073709551615>"; | | "Bad-sh threshold range <1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Bad-sh threshold"; | | "set Bad-sh threshold"; |
| } | | } |
| leaf es { | | leaf es { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Es threshold range <0-86400>"; | | "Es threshold range <0-86400>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Es threshold"; | | "set Es threshold"; |
| } | | } |
| leaf ses { | | leaf ses { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Ses threshold range <0-86400>"; | | "Ses threshold range <0-86400>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Ses threshold"; | | "set Ses threshold"; |
| } | | } |
| leaf uas { | | leaf uas { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Uas threshold range <0-86400>"; | | "Uas threshold range <0-86400>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Uas threshold"; | | "set Uas threshold"; |
| } | | } |
| leaf es-fe { | | leaf es-fe { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Es fe threshold range <0-86400>"; | | "Es fe threshold range <0-86400>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Es fe threshold"; | | "set Es fe threshold"; |
| } | | } |
| leaf ses-fe { | | leaf ses-fe { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Ses fe threshold range <0-86400>"; | | "Ses fe threshold range <0-86400>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Ses fe threshold"; | | "set Ses fe threshold"; |
| } | | } |
| leaf uas-fe { | | leaf uas-fe { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Ses threshold range <0-86400>"; | | "Ses threshold range <0-86400>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Uas threshold"; | | "set Uas threshold"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set pcs TCA reporting status"; | | "set pcs TCA reporting status"; |
| container bip { | | container bip { |
| description | | description |
| "set bip TCA reporting status"; | | "set bip TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container frm-err { | | container frm-err { |
| description | | description |
| "set frm-err TCA reporting status"; | | "set frm-err TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container bad-sh { | | container bad-sh { |
| description | | description |
| "set bad-sh TCA reporting status"; | | "set bad-sh TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container es { | | container es { |
| description | | description |
| "set es TCA reporting status"; | | "set es TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ses { | | container ses { |
| description | | description |
| "set ses TCA reporting status"; | | "set ses TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container uas { | | container uas { |
| description | | description |
| "set uas TCA reporting status"; | | "set uas TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container es-fe { | | container es-fe { |
| description | | description |
| "set es-fe TCA reporting status"; | | "set es-fe TCA reporting status"; |
| container disable { | | container disable { |
| presence "Indicates a disable node is configured."; | | presence "Indicates a disable node is configured."; |
| description | | description |
| "Disable TCA reporting"; | | "Disable TCA reporting"; |
| } | | } |
| } | | } |
| container ses-fe { | | container ses-fe { |
| description | | description |
| "set ses-fe TCA reporting status"; | | "set ses-fe TCA reporting status"; |
| container disable { | | container disable { |
| presence "Indicates a disable node is configured."; | | presence "Indicates a disable node is configured."; |
| description | | description |
| "Disable TCA reporting"; | | "Disable TCA reporting"; |
| } | | } |
| } | | } |
| container uas-fe { | | container uas-fe { |
| description | | description |
| "set uas-fe TCA reporting status"; | | "set uas-fe TCA reporting status"; |
| container disable { | | container disable { |
| presence "Indicates a disable node is configured."; | | presence "Indicates a disable node is configured."; |
| description | | description |
| "Disable TCA reporting"; | | "Disable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container interval-30-sec { | | container interval-30-sec { |
| description | | description |
| "Configure pm parameters of 30-second interval"; | | "Configure pm parameters of 30-second interval"; |
| container ether { | | container ether { |
| description | | description |
| "configure ether performance monitoring"; | | "configure ether performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on ether parameters"; | | "Configure threshold on ether parameters"; |
| leaf rx-pkt { | | leaf rx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "RX-PKT threshold "; | | "RX-PKT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set RX-PKT threshold"; | | "set RX-PKT threshold"; |
| } | | } |
| leaf stat-pkt { | | leaf stat-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "PKT-STAT threshold "; | | "PKT-STAT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set PKT-STAT threshold"; | | "set PKT-STAT threshold"; |
| } | | } |
| leaf octet-stat { | | leaf octet-stat { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OCTET-STAT threshold "; | | "OCTET-STAT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OCTET-STAT threshold"; | | "set OCTET-STAT threshold"; |
| } | | } |
| leaf oversize-pkt { | | leaf oversize-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OVERSIZE-PKT threshold"; | | "OVERSIZE-PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OVERSIZE-PKT threshold"; | | "set OVERSIZE-PKT threshold"; |
| } | | } |
| leaf fcs-err { | | leaf fcs-err { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "FCS-ERR threshold"; | | "FCS-ERR threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set FCS-ERR threshold"; | | "set FCS-ERR threshold"; |
| } | | } |
| leaf long-frame { | | leaf long-frame { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "LONG-FRAMES threshold "; | | "LONG-FRAMES threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set LONG-FRAMES threshold"; | | "set LONG-FRAMES threshold"; |
| } | | } |
| leaf jabber-stats { | | leaf jabber-stats { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "JABBER-STATS threshold "; | | "JABBER-STATS threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set JABBER-STATS threshold"; | | "set JABBER-STATS threshold"; |
| } | | } |
| leaf sixty-four-octets { | | leaf sixty-four-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "64-OCTET threshold"; | | "64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 64-OCTET threshold"; | | "set 64-OCTET threshold"; |
| } | | } |
| leaf six5-127-octets { | | leaf six5-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "65-127-OCTET threshold"; | | "65-127-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 65-127-OCTET threshold"; | | "set 65-127-OCTET threshold"; |
| } | | } |
| leaf one-hundred-twenty-eight-255-octets { | | leaf one-hundred-twenty-eight-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "128-255-OCTET threshold "; | | "128-255-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 128-255-OCTET threshold"; | | "set 128-255-OCTET threshold"; |
| } | | } |
| leaf two-hundred-fifty-six-511-octets { | | leaf two-hundred-fifty-six-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "256-511-OCTET threshold "; | | "256-511-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 256-511-OCTET threshold"; | | "set 256-511-OCTET threshold"; |
| } | | } |
| leaf five-hundred-twelve-1023-octets { | | leaf five-hundred-twelve-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "512-1023-OCTET threshold"; | | "512-1023-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 512-1023-OCTET threshold"; | | "set 512-1023-OCTET threshold"; |
| } | | } |
| leaf one-thousand-twenty-four-1518-octets { | | leaf one-thousand-twenty-four-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "1024-1518-OCTET threshold"; | | "1024-1518-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 1024-1518-OCTET threshold"; | | "set 1024-1518-OCTET threshold"; |
| } | | } |
| leaf in-64-octets { | | leaf in-64-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-64-OCTET threshold"; | | "IN-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-64-OCTET threshold"; | | "set IN-64-OCTET threshold"; |
| } | | } |
| leaf in-65-127-octets { | | leaf in-65-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-65-127-OCTET threshold"; | | "IN-65-127-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-65-127-OCTET threshold"; | | "set IN-65-127-OCTET threshold"; |
| } | | } |
| leaf in-128-255-octets { | | leaf in-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-128-255-OCTET threshold "; | | "IN-128-255-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-128-255-OCTET threshold"; | | "set IN-128-255-OCTET threshold"; |
| } | | } |
| leaf in-256-511-octets { | | leaf in-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-256-511-OCTET threshold "; | | "IN-256-511-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-256-511-OCTET threshold"; | | "set IN-256-511-OCTET threshold"; |
| } | | } |
| leaf in-512-1023-octets { | | leaf in-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-512-1023-OCTET threshold"; | | "IN-512-1023-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-512-1023-OCTET threshold"; | | "set IN-512-1023-OCTET threshold"; |
| } | | } |
| leaf in-1024-1518-octets { | | leaf in-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-1024-1518-OCTET threshold"; | | "IN-1024-1518-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-1024-1518-OCTET threshold"; | | "set IN-1024-1518-OCTET threshold"; |
| } | | } |
| leaf out-pkt-64-octet { | | leaf out-pkt-64-octet { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKT-64-OCTET threshold"; | | "OUT-PKT-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKT-64-OCTET threshold"; | | "set OUT-PKT-64-OCTET threshold"; |
| } | | } |
| leaf out-pkts-65-127-octets { | | leaf out-pkts-65-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-65-127-OCTETS threshold"; | | "OUT-PKTS-65-127-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-65-127-OCTETS threshold"; | | "set OUT-PKTS-65-127-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-128-255-octets { | | leaf out-pkts-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-128-255-OCTETS threshold"; | | "OUT-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-128-255-OCTETS threshold"; | | "set OUT-PKTS-128-255-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-256-511-octets { | | leaf out-pkts-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-256-511-OCTETS threshold"; | | "OUT-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-256-511-OCTETS threshold"; | | "set OUT-PKTS-256-511-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-512-1023-octets { | | leaf out-pkts-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-512-1023-OCTETS threshold"; | | "OUT-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-512-1023-OCTETS threshold"; | | "set OUT-PKTS-512-1023-OCTETS threshold"; |
| } | | } |
| leaf out-pkts-1024-1518-octets { | | leaf out-pkts-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-PKTS-1024-1518-OCTETS threshold"; | | "OUT-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-PKTS-1024-1518-OCTETS threshold"; | | "set OUT-PKTS-1024-1518-OCTETS threshold"; |
| } | | } |
| leaf in-drop-other { | | leaf in-drop-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-OTHER threshold"; | | "IN-DROP-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_DROP_OTHER threshold"; | | "set IN_DROP_OTHER threshold"; |
| } | | } |
| leaf in-ucast { | | leaf in-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-UCAST threshold"; | | "IN-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-UCAST threshold"; | | "set IN-UCAST threshold"; |
| } | | } |
| leaf in-mcast { | | leaf in-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MCAST threshold"; | | "IN-MCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MCAST threshold"; | | "set IN-MCAST threshold"; |
| } | | } |
| leaf in-bcast { | | leaf in-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-BCAST threshold"; | | "IN-BCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-BCAST threshold"; | | "set IN-BCAST threshold"; |
| } | | } |
| leaf in-error-fragments { | | leaf in-error-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-FRAGMENTS threshold"; | | "IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-FRAGMENTS threshold"; | | "set IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| leaf out-ucast { | | leaf out-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-UCAST threshold"; | | "OUT-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-UCAST threshold"; | | "set OUT-UCAST threshold"; |
| } | | } |
| leaf out-bcast { | | leaf out-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-BCAST threshold "; | | "OUT-BCAST threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-BCAST threshold"; | | "set OUT-BCAST threshold"; |
| } | | } |
| leaf out-mcast { | | leaf out-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-MCAST threshold "; | | "OUT-MCAST threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-MCAST threshold"; | | "set OUT-MCAST threshold"; |
| } | | } |
| leaf tx-pkt { | | leaf tx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX-PKT threshold"; | | "TX-PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX-PKT threshold"; | | "set TX-PKT threshold"; |
| } | | } |
| leaf out-octets { | | leaf out-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-OCTET threshold "; | | "OUT-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-OCTET threshold"; | | "set OUT-OCTET threshold"; |
| } | | } |
| leaf if-in-errors { | | leaf if-in-errors { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_ERRORS threshold"; | | "IFIN_ERRORS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_ERRORS threshold"; | | "set IFIN_ERRORS threshold"; |
| } | | } |
| leaf if-in-octets { | | leaf if-in-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_OCTETS threshold"; | | "IFIN_OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_OCTETS threshold"; | | "set IFIN_OCTETS threshold"; |
| } | | } |
| leaf ether-stat-multicast-pkt { | | leaf ether-stat-multicast-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "ETHER_STAT_MULTICAST_PKT threshold"; | | "ETHER_STAT_MULTICAST_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_MULTICAST_PKT threshold"; | | "set ETHER_STAT_MULTICAST_PKT threshold"; |
| } | | } |
| leaf ether-stat-broadcast-pkt { | | leaf ether-stat-broadcast-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| " ETHER_STAT_BROADCAST_PKT threshold"; | | " ETHER_STAT_BROADCAST_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_BROADCAST_PKT threshold"; | | "set ETHER_STAT_BROADCAST_PKT threshold"; |
| } | | } |
| leaf in-good-bytes { | | leaf in-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set IN_GOOD_BYTES threshold"; | | "set IN_GOOD_BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_GOOD_BYTES threshold"; | | "set IN_GOOD_BYTES threshold"; |
| } | | } |
| leaf in-good-pkts { | | leaf in-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set IN_GOOD_PKTS threshold"; | | "set IN_GOOD_PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_GOOD_PKTS threshold"; | | "set IN_GOOD_PKTS threshold"; |
| } | | } |
| leaf out-good-bytes { | | leaf out-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set OUT_GOOD_BYTES threshold"; | | "set OUT_GOOD_BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT_GOOD_BYTES threshold"; | | "set OUT_GOOD_BYTES threshold"; |
| } | | } |
| leaf out-good-pkts { | | leaf out-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set GOOD_PKTS threshold"; | | "set GOOD_PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set THRESH_OUT_GOOD_PKTS threshold"; | | "set THRESH_OUT_GOOD_PKTS threshold"; |
| } | | } |
| leaf rx-util { | | leaf rx-util { |
| type uint32 { | | type uint32 { |
| range "1..10000" { | | range "1..10000" { |
| description | | description |
| "set RX_UTIL threshold(in units of 0.01%)"; | | "set RX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| } | | } |
| description | | description |
| "set RX_UTIL threshold(in units of 0.1%)"; | | "set RX_UTIL threshold(in units of 0.1%)"; |
| } | | } |
| leaf tx-util { | | leaf tx-util { |
| type uint32 { | | type uint32 { |
| range "1..10000" { | | range "1..10000" { |
| description | | description |
| "set TX_UTIL threshold(in units of 0.01%)"; | | "set TX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_UTIL threshold(in units of 0.1%)"; | | "set TX_UTIL threshold(in units of 0.1%)"; |
| } | | } |
| leaf ether-stat-undersized-pkt { | | leaf ether-stat-undersized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "ETHER_STAT_UNDERSIZED_PKT threshold"; | | "ETHER_STAT_UNDERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_UNDERSIZED_PKT threshold"; | | "set ETHER_STAT_UNDERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-undersized-pkt { | | leaf tx-undersized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_UNDERSIZED_PKT threshold"; | | "TX_UNDERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_UNDERSIZED_PKT threshold"; | | "set TX_UNDERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-oversized-pkt { | | leaf tx-oversized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_OVERSIZED_PKT threshold"; | | "TX_OVERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_OVERSIZED_PKT threshold"; | | "set TX_OVERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-fragments { | | leaf tx-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_FRAGMENTS threshold"; | | "TX_FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_FRAGMENTS threshold"; | | "set TX_FRAGMENTS threshold"; |
| } | | } |
| leaf tx-jabber { | | leaf tx-jabber { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_JABBER threshold"; | | "TX_JABBER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_JABBER threshold"; | | "set TX_JABBER threshold"; |
| } | | } |
| leaf tx-bad-fcs { | | leaf tx-bad-fcs { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_BAD_FCS threshold"; | | "TX_BAD_FCS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_BAD_FCS threshold"; | | "set TX_BAD_FCS threshold"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set ether TCA reporting status"; | | "set ether TCA reporting status"; |
| container rx-pkt { | | container rx-pkt { |
| description | | description |
| "set rx-pkt TCA reporting status"; | | "set rx-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container rx-util { | | container rx-util { |
| description | | description |
| "set rx-util TCA reporting status"; | | "set rx-util TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-util { | | container tx-util { |
| description | | description |
| "set tx-util TCA reporting status"; | | "set tx-util TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container stat-pkt { | | container stat-pkt { |
| description | | description |
| "set stat-pkt TCA reporting status"; | | "set stat-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container octet-stat { | | container octet-stat { |
| description | | description |
| "set octet-stat TCA reporting status"; | | "set octet-stat TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container oversize-pkt { | | container oversize-pkt { |
| description | | description |
| "set oversize-pkt TCA reporting status"; | | "set oversize-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container fcs-err { | | container fcs-err { |
| description | | description |
| "set fcs-err TCA reporting status"; | | "set fcs-err TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container long-frame { | | container long-frame { |
| description | | description |
| "set long-frame TCA reporting status"; | | "set long-frame TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container jabber-stats { | | container jabber-stats { |
| description | | description |
| "set jabber-stats TCA reporting status"; | | "set jabber-stats TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _64-octets { | | container _64-octets { |
| description | | description |
| "set 64-octets TCA reporting status"; | | "set 64-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _65-127-octets { | | container _65-127-octets { |
| description | | description |
| "set 65-127-octets TCA reporting status"; | | "set 65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _128-255-octets { | | container _128-255-octets { |
| description | | description |
| "set 128-255-octets TCA reporting status"; | | "set 128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _256-511-octets { | | container _256-511-octets { |
| description | | description |
| "set 256-511-octets TCA reporting status"; | | "set 256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _512-1023-octets { | | container _512-1023-octets { |
| description | | description |
| "set 512-1023-octets TCA reporting status"; | | "set 512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _1024-1518-octets { | | container _1024-1518-octets { |
| description | | description |
| "set 1024-1518-octets TCA reporting status"; | | "set 1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-ucast { | | container in-ucast { |
| description | | description |
| "set in-Ucast TCA reporting status"; | | "set in-Ucast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mcast { | | container in-mcast { |
| description | | description |
| "set in-Mcast TCA reporting status"; | | "set in-Mcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-bcast { | | container in-bcast { |
| description | | description |
| "set in-Bcast TCA reporting status"; | | "set in-Bcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-ucast { | | container out-ucast { |
| description | | description |
| "set es-pm TCA reporting status"; | | "set es-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-mcast { | | container out-mcast { |
| description | | description |
| "set esr-pm TCA reporting status"; | | "set esr-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-bcast { | | container out-bcast { |
| description | | description |
| "set es-sm TCA reporting status"; | | "set es-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-pkt { | | container tx-pkt { |
| description | | description |
| "set esr-sm TCA reporting status"; | | "set esr-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-errors { | | container if-in-errors { |
| description | | description |
| "set ifIn_errors TCA reporting status"; | | "set ifIn_errors TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-octets { | | container if-in-octets { |
| description | | description |
| "set ifOut_errors TCA reporting status"; | | "set ifOut_errors TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-multicast-pkt { | | container ether-stat-multicast-pkt { |
| description | | description |
| "set ether_stat_multicast_pkt TCA reporting status"; | | "set ether_stat_multicast_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-broadcast-pkt { | | container ether-stat-broadcast-pkt { |
| description | | description |
| "set ether_stat_broadcast_pkt TCA reporting status"; | | "set ether_stat_broadcast_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-undersized-pkt { | | container ether-stat-undersized-pkt { |
| description | | description |
| "set ether_stat_undersized_pkt TCA reporting status"; | | "set ether_stat_undersized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets { | | container out-octets { |
| description | | description |
| "set out-octets TCA reporting status"; | | "set out-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-bytes { | | container in-good-bytes { |
| description | | description |
| "set in-good-bytes TCA reporting status"; | | "set in-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-pkts { | | container in-good-pkts { |
| description | | description |
| "set in-good-pkts TCA reporting status"; | | "set in-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-other { | | container in-drop-other { |
| description | | description |
| "set in-drop-other TCA reporting status"; | | "set in-drop-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-bytes { | | container out-good-bytes { |
| description | | description |
| "set out-good-bytes TCA reporting status"; | | "set out-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-pkts { | | container out-good-pkts { |
| description | | description |
| "set out-good-pkts TCA reporting status"; | | "set out-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-fragments { | | container in-error-fragments { |
| description | | description |
| "set in-error-fragments TCA reporting status"; | | "set in-error-fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-64-octets { | | container in-64-octets { |
| description | | description |
| "set in-64-octets TCA reporting status"; | | "set in-64-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-65-127-octets { | | container in-65-127-octets { |
| description | | description |
| "set in-65-127-octets TCA reporting status"; | | "set in-65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-128-255-octets { | | container in-128-255-octets { |
| description | | description |
| "set in-128-255-octets TCA reporting status"; | | "set in-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-256-511-octets { | | container in-256-511-octets { |
| description | | description |
| "set in-256-511-octets TCA reporting status"; | | "set in-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-512-1023-octets { | | container in-512-1023-octets { |
| description | | description |
| "set in-512-1023-octets TCA reporting status"; | | "set in-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-1024-1518-octets { | | container in-1024-1518-octets { |
| description | | description |
| "set in-1024-1518-octets TCA reporting status"; | | "set in-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkt-64-octet { | | container out-pkt-64-octet { |
| description | | description |
| "set out-pkt-64-octet TCA reporting status"; | | "set out-pkt-64-octet TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-65-127-octets { | | container out-pkts-65-127-octets { |
| description | | description |
| "set out-pkts-65-127-octets TCA reporting status"; | | "set out-pkts-65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-128-255-octets { | | container out-pkts-128-255-octets { |
| description | | description |
| "set out-pkts-128-255-octets TCA reporting status"; | | "set out-pkts-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-256-511-octets { | | container out-pkts-256-511-octets { |
| description | | description |
| "set out-pkts-256-511-octets TCA reporting status"; | | "set out-pkts-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-512-1023-octets { | | container out-pkts-512-1023-octets { |
| description | | description |
| "set out-pkts-512-1023-octets TCA reporting status"; | | "set out-pkts-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-1024-1518-octets { | | container out-pkts-1024-1518-octets { |
| description | | description |
| "set out-pkts-1024-1518-octets TCA reporting status"; | | "set out-pkts-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-undersized-pkt { | | container tx-undersized-pkt { |
| description | | description |
| "set tx_undersized_pkt TCA reporting status"; | | "set tx_undersized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-oversized-pkt { | | container tx-oversized-pkt { |
| description | | description |
| "set tx_oversized_pkt TCA reporting status"; | | "set tx_oversized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-fragments { | | container tx-fragments { |
| description | | description |
| "set tx_fragments TCA reporting status"; | | "set tx_fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-jabber { | | container tx-jabber { |
| description | | description |
| "set tx_jabber TCA reporting status"; | | "set tx_jabber TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-bad-fcs { | | container tx-bad-fcs { |
| description | | description |
| "set tx_bad_fcs TCA reporting status"; | | "set tx_bad_fcs TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container fec { | | container fec { |
| description | | description |
| "Configure fec performance monitoring"; | | "Configure fec performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure fec threshold"; | | "Configure fec threshold"; |
| leaf ec-words { | | leaf ec-words { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "ec-words threshold <range:1-18446744073709551615>"; | | "ec-words threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set EC-Words threshold"; | | "set EC-Words threshold"; |
| } | | } |
| leaf uc-words { | | leaf uc-words { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "uc-words threshold <range:1-18446744073709551615>"; | | "uc-words threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set UC-WORDS threshold"; | | "set UC-WORDS threshold"; |
| } | | } |
| container pre-fec-ber { | | container pre-fec-ber { |
| description | | description |
| "Set PRE-FEC-BER Thresholds"; | | "Set PRE-FEC-BER Thresholds"; |
| leaf min { | | leaf min { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "pre-fec-ber min threshold <range:1-18446744073709551615>"; | | "pre-fec-ber min threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set pre-fec-ber min threshold"; | | "set pre-fec-ber min threshold"; |
| } | | } |
| leaf max { | | leaf max { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "pre-fec-ber max threshold <range:1-18446744073709551615>"; | | "pre-fec-ber max threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set pre-fec-ber max threshold"; | | "set pre-fec-ber max threshold"; |
| } | | } |
| } | | } |
| container post-fec-ber { | | container post-fec-ber { |
| description | | description |
| "Set POST-FEC-BER Thresholds"; | | "Set POST-FEC-BER Thresholds"; |
| leaf min { | | leaf min { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "post-fec-ber min threshold <range:1-18446744073709551615>"; | | "post-fec-ber min threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set post-fec-ber min threshold"; | | "set post-fec-ber min threshold"; |
| } | | } |
| leaf max { | | leaf max { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "post-fec-ber max threshold <range:1-18446744073709551615>"; | | "post-fec-ber max threshold <range:1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set post-fec-ber max threshold"; | | "set post-fec-ber max threshold"; |
| } | | } |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set fec TCA reporting status"; | | "set fec TCA reporting status"; |
| container uc-words { | | container uc-words { |
| description | | description |
| "set uc-words TCA reporting status"; | | "set uc-words TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ec-words { | | container ec-words { |
| description | | description |
| "set ec-words TCA reporting status"; | | "set ec-words TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container pre-fec-ber { | | container pre-fec-ber { |
| description | | description |
| "set PRE FEC BER TCA reporting status"; | | "set PRE FEC BER TCA reporting status"; |
| container max-tca { | | container max-tca { |
| description | | description |
| "set PRE FEC BER max TCA reporting status"; | | "set PRE FEC BER max TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container min-tca { | | container min-tca { |
| description | | description |
| "set PRE FEC BER min TCA reporting status"; | | "set PRE FEC BER min TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| container post-fec-ber { | | container post-fec-ber { |
| description | | description |
| "set POST FEC BER TCA reporting status"; | | "set POST FEC BER TCA reporting status"; |
| container max-tca { | | container max-tca { |
| description | | description |
| "set POST FEC BER max TCA reporting status"; | | "set POST FEC BER max TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container min-tca { | | container min-tca { |
| description | | description |
| "set POST FEC BER min TCA reporting status"; | | "set POST FEC BER min TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container pcs { | | container pcs { |
| description | | description |
| "configure pcs performance monitoring"; | | "configure pcs performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on pcs parameters"; | | "Configure threshold on pcs parameters"; |
| leaf bip { | | leaf bip { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "BIP threshold range <1-18446744073709551615>"; | | "BIP threshold range <1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set BIP threshold"; | | "set BIP threshold"; |
| } | | } |
| leaf frm-err { | | leaf frm-err { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "FRM-ERR threshold range <1-18446744073709551615>"; | | "FRM-ERR threshold range <1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set FRM-ERR threshold"; | | "set FRM-ERR threshold"; |
| } | | } |
| leaf bad-sh { | | leaf bad-sh { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Bad-sh threshold range <1-18446744073709551615>"; | | "Bad-sh threshold range <1-18446744073709551615>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Bad-sh threshold"; | | "set Bad-sh threshold"; |
| } | | } |
| leaf es { | | leaf es { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Es threshold range <0-30>"; | | "Es threshold range <0-30>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Es threshold"; | | "set Es threshold"; |
| } | | } |
| leaf ses { | | leaf ses { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Ses threshold range <0-30>"; | | "Ses threshold range <0-30>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Ses threshold"; | | "set Ses threshold"; |
| } | | } |
| leaf uas { | | leaf uas { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Uas threshold range <0-30>"; | | "Uas threshold range <0-30>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Uas threshold"; | | "set Uas threshold"; |
| } | | } |
| leaf es-fe { | | leaf es-fe { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Es-fe threshold range <0-30>"; | | "Es-fe threshold range <0-30>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Es-fe threshold"; | | "set Es-fe threshold"; |
| } | | } |
| leaf ses-fe { | | leaf ses-fe { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Ses-fe threshold range <0-30>"; | | "Ses-fe threshold range <0-30>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Ses-fe threshold"; | | "set Ses-fe threshold"; |
| } | | } |
| leaf uas-fe { | | leaf uas-fe { |
| type xr:Cisco-ios-xr-string { | | type xr:Cisco-ios-xr-string { |
| length "1..20" { | | length "1..20" { |
| description | | description |
| "Uas-fe threshold range <0-30>"; | | "Uas-fe threshold range <0-30>"; |
| } | | } |
| } | | } |
| description | | description |
| "set Uas-fe threshold"; | | "set Uas-fe threshold"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set pcs TCA reporting status"; | | "set pcs TCA reporting status"; |
| container bip { | | container bip { |
| description | | description |
| "set bip TCA reporting status"; | | "set bip TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container frm-err { | | container frm-err { |
| description | | description |
| "set frm-err TCA reporting status"; | | "set frm-err TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container bad-sh { | | container bad-sh { |
| description | | description |
| "set bad-sh TCA reporting status"; | | "set bad-sh TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container es { | | container es { |
| description | | description |
| "set es TCA reporting status"; | | "set es TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ses { | | container ses { |
| description | | description |
| "set ses TCA reporting status"; | | "set ses TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container uas { | | container uas { |
| description | | description |
| "set uas TCA reporting status"; | | "set uas TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container es-fe { | | container es-fe { |
| description | | description |
| "set es-fe TCA reporting status"; | | "set es-fe TCA reporting status"; |
| container disable { | | container disable { |
| presence "Indicates a disable node is configured."; | | presence "Indicates a disable node is configured."; |
| description | | description |
| "Disable TCA reporting"; | | "Disable TCA reporting"; |
| } | | } |
| } | | } |
| container ses-fe { | | container ses-fe { |
| description | | description |
| "set ses-fe TCA reporting status"; | | "set ses-fe TCA reporting status"; |
| container disable { | | container disable { |
| presence "Indicates a disable node is configured."; | | presence "Indicates a disable node is configured."; |
| description | | description |
| "Disable TCA reporting"; | | "Disable TCA reporting"; |
| } | | } |
| } | | } |
| container uas-fe { | | container uas-fe { |
| description | | description |
| "set uas-fe TCA reporting status"; | | "set uas-fe TCA reporting status"; |
| container disable { | | container disable { |
| presence "Indicates a disable node is configured."; | | presence "Indicates a disable node is configured."; |
| description | | description |
| "Disable TCA reporting"; | | "Disable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container macsec-secy-tx { | | container macsec-secy-tx { |
| description | | description |
| "Configure pm parameters of macsec-secy-tx"; | | "Configure pm parameters of macsec-secy-tx"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on macsec-secy-tx parameters"; | | "Configure threshold on macsec-secy-tx parameters"; |
| leaf out-pkts-protected { | | leaf out-pkts-protected { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsProtected threshold range"; | | "OutPktsProtected threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsProtected"; | | "Set Threshold for OutPktsProtected"; |
| } | | } |
| leaf out-pkts-encrypted { | | leaf out-pkts-encrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsEncrypted threshold range"; | | "OutPktsEncrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsEncrypted"; | | "Set Threshold for OutPktsEncrypted"; |
| } | | } |
| leaf out-octets-protected { | | leaf out-octets-protected { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutOctetsProtected threshold range"; | | "OutOctetsProtected threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutOctetsProtected"; | | "Set Threshold for OutOctetsProtected"; |
| } | | } |
| leaf out-octets-encrypted { | | leaf out-octets-encrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutOctetsEncrypted threshold range"; | | "OutOctetsEncrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutOctetsEncrypted"; | | "Set Threshold for OutOctetsEncrypted"; |
| } | | } |
| leaf out-pkts-too-long { | | leaf out-pkts-too-long { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsTooLong threshold range"; | | "OutPktsTooLong threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsTooLong"; | | "Set Threshold for OutPktsTooLong"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "Configure Report for macsec-secy-tx Parameters"; | | "Configure Report for macsec-secy-tx Parameters"; |
| container out-pkts-protected { | | container out-pkts-protected { |
| description | | description |
| "set OutPktsProtected TCA reporting status"; | | "set OutPktsProtected TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-encrypted { | | container out-pkts-encrypted { |
| description | | description |
| "set OutPktsEncrypted TCA reporting status"; | | "set OutPktsEncrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets-protected { | | container out-octets-protected { |
| description | | description |
| "set OutOctetsProtected TCA reporting status"; | | "set OutOctetsProtected TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets-encrypted { | | container out-octets-encrypted { |
| description | | description |
| "set OutOctetsEncrypted TCA reporting status"; | | "set OutOctetsEncrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-too-long { | | container out-pkts-too-long { |
| description | | description |
| "set OutPktsTooLong TCA reporting status"; | | "set OutPktsTooLong TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container macsec-secy-rx { | | container macsec-secy-rx { |
| description | | description |
| "Configure pm parameters of macsec-secy-rx"; | | "Configure pm parameters of macsec-secy-rx"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on macsec-secy-rx parameters"; | | "Configure threshold on macsec-secy-rx parameters"; |
| leaf in-pkts-unchecked { | | leaf in-pkts-unchecked { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUnchecked threshold range"; | | "InPktsUnchecked threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUnchecked"; | | "Set Threshold for InPktsUnchecked"; |
| } | | } |
| leaf in-pkts-delayed { | | leaf in-pkts-delayed { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsDelayed threshold range"; | | "InPktsDelayed threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsDelayed"; | | "Set Threshold for InPktsDelayed"; |
| } | | } |
| leaf in-pkts-late { | | leaf in-pkts-late { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsLate threshold range"; | | "InPktsLate threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsLate"; | | "Set Threshold for InPktsLate"; |
| } | | } |
| leaf in-pkts-ok { | | leaf in-pkts-ok { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsOK threshold range"; | | "InPktsOK threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsOK"; | | "Set Threshold for InPktsOK"; |
| } | | } |
| leaf in-pkts-invalid { | | leaf in-pkts-invalid { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsInvalid threshold range"; | | "InPktsInvalid threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsInvalid"; | | "Set Threshold for InPktsInvalid"; |
| } | | } |
| leaf in-pkts-not-valid { | | leaf in-pkts-not-valid { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsNotValid threshold range"; | | "InPktsNotValid threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsNotValid"; | | "Set Threshold for InPktsNotValid"; |
| } | | } |
| leaf in-pkts-not-using-sa { | | leaf in-pkts-not-using-sa { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsNotUsingSA threshold range"; | | "InPktsNotUsingSA threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsNotUsingSA"; | | "Set Threshold for InPktsNotUsingSA"; |
| } | | } |
| leaf in-pkts-unused-sa { | | leaf in-pkts-unused-sa { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUnusedSA threshold range"; | | "InPktsUnusedSA threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUnusedSA"; | | "Set Threshold for InPktsUnusedSA"; |
| } | | } |
| leaf in-pkts-untagged-hit { | | leaf in-pkts-untagged-hit { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUntaggedHit threshold range"; | | "InPktsUntaggedHit threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUntaggedHit"; | | "Set Threshold for InPktsUntaggedHit"; |
| } | | } |
| leaf in-octets-validated { | | leaf in-octets-validated { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InOctetsValidated threshold range"; | | "InOctetsValidated threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InOctetsValidated"; | | "Set Threshold for InOctetsValidated"; |
| } | | } |
| leaf in-octets-decrypted { | | leaf in-octets-decrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InOctetsDecrypted threshold range"; | | "InOctetsDecrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InOctetsDecrypted"; | | "Set Threshold for InOctetsDecrypted"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "Configure Report for macsec-secy-rx Parameters"; | | "Configure Report for macsec-secy-rx Parameters"; |
| container in-pkts-unchecked { | | container in-pkts-unchecked { |
| description | | description |
| "set InPktsUnchecked TCA reporting status"; | | "set InPktsUnchecked TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-delayed { | | container in-pkts-delayed { |
| description | | description |
| "set InPktsDelayed TCA reporting status"; | | "set InPktsDelayed TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-late { | | container in-pkts-late { |
| description | | description |
| "set InPktsLate TCA reporting status"; | | "set InPktsLate TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-ok { | | container in-pkts-ok { |
| description | | description |
| "set InPktsOK TCA reporting status"; | | "set InPktsOK TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-invalid { | | container in-pkts-invalid { |
| description | | description |
| "set InPktsInvalid TCA reporting status"; | | "set InPktsInvalid TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-not-valid { | | container in-pkts-not-valid { |
| description | | description |
| "set InPktsNotValid TCA reporting status"; | | "set InPktsNotValid TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-not-using-sa { | | container in-pkts-not-using-sa { |
| description | | description |
| "set InPktsNotUsingSA TCA reporting status"; | | "set InPktsNotUsingSA TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-unused-sa { | | container in-pkts-unused-sa { |
| description | | description |
| "set InPktsUnusedSA TCA reporting status"; | | "set InPktsUnusedSA TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-untagged-hit { | | container in-pkts-untagged-hit { |
| description | | description |
| "set InPktsUntaggedHit TCA reporting status"; | | "set InPktsUntaggedHit TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-octets-validated { | | container in-octets-validated { |
| description | | description |
| "set InOctetsValidated TCA reporting status"; | | "set InOctetsValidated TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-octets-decrypted { | | container in-octets-decrypted { |
| description | | description |
| "set InOctetsDecrypted TCA reporting status"; | | "set InOctetsDecrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container macsec-secy-if { | | container macsec-secy-if { |
| description | | description |
| "Configure pm parameters of macsec-secy-if"; | | "Configure pm parameters of macsec-secy-if"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on macsec-secy-if parameters"; | | "Configure threshold on macsec-secy-if parameters"; |
| leaf in-pkts-untagged { | | leaf in-pkts-untagged { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUntagged threshold range"; | | "InPktsUntagged threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUntagged"; | | "Set Threshold for InPktsUntagged"; |
| } | | } |
| leaf in-pkts-no-tag { | | leaf in-pkts-no-tag { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsNoTag threshold range"; | | "InPktsNoTag threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsNoTag"; | | "Set Threshold for InPktsNoTag"; |
| } | | } |
| leaf in-pkts-bad-tag { | | leaf in-pkts-bad-tag { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsBadTag threshold range"; | | "InPktsBadTag threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsBadTag"; | | "Set Threshold for InPktsBadTag"; |
| } | | } |
| leaf in-pkts-unknown-sci { | | leaf in-pkts-unknown-sci { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUnknownSCI threshold range"; | | "InPktsUnknownSCI threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUnknownSCI"; | | "Set Threshold for InPktsUnknownSCI"; |
| } | | } |
| leaf in-pkts-no-sci { | | leaf in-pkts-no-sci { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsNoSCI threshold range"; | | "InPktsNoSCI threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsNoSCI"; | | "Set Threshold for InPktsNoSCI"; |
| } | | } |
| leaf in-pkts-overrun { | | leaf in-pkts-overrun { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsOverrun threshold range"; | | "InPktsOverrun threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsOverrun"; | | "Set Threshold for InPktsOverrun"; |
| } | | } |
| leaf in-octets-validated { | | leaf in-octets-validated { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InOctetsValidated threshold range"; | | "InOctetsValidated threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InOctetsValidated"; | | "Set Threshold for InOctetsValidated"; |
| } | | } |
| leaf in-octets-decrypted { | | leaf in-octets-decrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InOctetsDecrypted threshold range"; | | "InOctetsDecrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InOctetsDecrypted"; | | "Set Threshold for InOctetsDecrypted"; |
| } | | } |
| leaf out-pkts-untagged { | | leaf out-pkts-untagged { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsUntagged threshold range"; | | "OutPktsUntagged threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsUntagged "; | | "Set Threshold for OutPktsUntagged "; |
| } | | } |
| leaf out-pkts-too-long { | | leaf out-pkts-too-long { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsTooLong threshold range"; | | "OutPktsTooLong threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsTooLong"; | | "Set Threshold for OutPktsTooLong"; |
| } | | } |
| leaf out-octets-encrypted { | | leaf out-octets-encrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutOctetsEncrypted threshold range"; | | "OutOctetsEncrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutOctetsEncrypted"; | | "Set Threshold for OutOctetsEncrypted"; |
| } | | } |
| leaf out-octets-protected { | | leaf out-octets-protected { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutOctetsProtected threshold range"; | | "OutOctetsProtected threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutOctetsProtected"; | | "Set Threshold for OutOctetsProtected"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "Configure Report for macsec-secy-if Parameters"; | | "Configure Report for macsec-secy-if Parameters"; |
| container in-pkts-untagged { | | container in-pkts-untagged { |
| description | | description |
| "set InPktsUntagged TCA reporting status"; | | "set InPktsUntagged TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-no-tag { | | container in-pkts-no-tag { |
| description | | description |
| "set InPktsNoTag TCA reporting status"; | | "set InPktsNoTag TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-bad-tag { | | container in-pkts-bad-tag { |
| description | | description |
| "set InPktsBadTag TCA reporting status"; | | "set InPktsBadTag TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-unknown-sci { | | container in-pkts-unknown-sci { |
| description | | description |
| "set InPktsUnknownSCI TCA reporting status"; | | "set InPktsUnknownSCI TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-no-sci { | | container in-pkts-no-sci { |
| description | | description |
| "set InPktsNoSCI TCA reporting status"; | | "set InPktsNoSCI TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-overrun { | | container in-pkts-overrun { |
| description | | description |
| "set InPktsOverrun TCA reporting status"; | | "set InPktsOverrun TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-octets-validated { | | container in-octets-validated { |
| description | | description |
| "set InOctetsValidated TCA reporting status"; | | "set InOctetsValidated TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-octets-decrypted { | | container in-octets-decrypted { |
| description | | description |
| "set InOctetsDecrypted TCA reporting status"; | | "set InOctetsDecrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-untagged { | | container out-pkts-untagged { |
| description | | description |
| "set OutPktsUntagged TCA reporting status"; | | "set OutPktsUntagged TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-too-long { | | container out-pkts-too-long { |
| description | | description |
| "set OutPktsTooLong TCA reporting status"; | | "set OutPktsTooLong TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets-protected { | | container out-octets-protected { |
| description | | description |
| "set OutOctetsProtected TCA reporting status"; | | "set OutOctetsProtected TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets-encrypted { | | container out-octets-encrypted { |
| description | | description |
| "set OutOctetsEncrypted TCA reporting status"; | | "set OutOctetsEncrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container macsec-ether { | | container macsec-ether { |
| description | | description |
| "configure ether performance monitoring"; | | "configure ether performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on ether parameters"; | | "Configure threshold on ether parameters"; |
| leaf rx-pkt { | | leaf rx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "RX-PKT threshold "; | | "RX-PKT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set RX-PKT threshold"; | | "set RX-PKT threshold"; |
| } | | } |
| leaf stat-pkt { | | leaf stat-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "PKT-STAT threshold "; | | "PKT-STAT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set PKT-STAT threshold"; | | "set PKT-STAT threshold"; |
| } | | } |
| leaf octet-stat { | | leaf octet-stat { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OCTET-STAT threshold "; | | "OCTET-STAT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OCTET-STAT threshold"; | | "set OCTET-STAT threshold"; |
| } | | } |
| leaf oversize-pkt { | | leaf oversize-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OVERSIZE-PKT threshold"; | | "OVERSIZE-PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OVERSIZE-PKT threshold"; | | "set OVERSIZE-PKT threshold"; |
| } | | } |
| leaf fcs-err { | | leaf fcs-err { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "FCS-ERR threshold"; | | "FCS-ERR threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set FCS-ERR threshold"; | | "set FCS-ERR threshold"; |
| } | | } |
| leaf long-frame { | | leaf long-frame { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "LONG-FRAMES threshold "; | | "LONG-FRAMES threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set LONG-FRAMES threshold"; | | "set LONG-FRAMES threshold"; |
| } | | } |
| leaf jabber-stats { | | leaf jabber-stats { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "JABBER-STATS threshold "; | | "JABBER-STATS threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set JABBER-STATS threshold"; | | "set JABBER-STATS threshold"; |
| } | | } |
| leaf sixty-four-octets { | | leaf sixty-four-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "64-OCTET threshold"; | | "64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 64-OCTET threshold"; | | "set 64-OCTET threshold"; |
| } | | } |
| leaf six5-127-octets { | | leaf six5-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "65-127-OCTET threshold"; | | "65-127-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 65-127-OCTET threshold"; | | "set 65-127-OCTET threshold"; |
| } | | } |
| leaf one-hundred-twenty-eight-255-octets { | | leaf one-hundred-twenty-eight-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "128-255-OCTET threshold "; | | "128-255-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 128-255-OCTET threshold"; | | "set 128-255-OCTET threshold"; |
| } | | } |
| leaf two-hundred-fifty-six-511-octets { | | leaf two-hundred-fifty-six-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "256-511-OCTET threshold "; | | "256-511-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 256-511-OCTET threshold"; | | "set 256-511-OCTET threshold"; |
| } | | } |
| leaf five-hundred-twelve-1023-octets { | | leaf five-hundred-twelve-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "512-1023-OCTET threshold"; | | "512-1023-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 512-1023-OCTET threshold"; | | "set 512-1023-OCTET threshold"; |
| } | | } |
| leaf one-thousand-twenty-four-1518-octets { | | leaf one-thousand-twenty-four-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "1024-1518-OCTET threshold"; | | "1024-1518-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 1024-1518-OCTET threshold"; | | "set 1024-1518-OCTET threshold"; |
| } | | } |
| leaf in-64-octets { | | leaf in-64-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-64-OCTET threshold"; | | "IN-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-64-OCTET threshold"; | | "set IN-64-OCTET threshold"; |
| } | | } |
| leaf in-65-127-octets { | | leaf in-65-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-65-127-OCTET threshold"; | | "IN-65-127-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-65-127-OCTET threshold"; | | "set IN-65-127-OCTET threshold"; |
| } | | } |
| leaf in-128-255-octets { | | leaf in-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-128-255-OCTET threshold "; | | "IN-128-255-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-128-255-OCTET threshold"; | | "set IN-128-255-OCTET threshold"; |
| } | | } |
| leaf in-256-511-octets { | | leaf in-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-256-511-OCTET threshold "; | | "IN-256-511-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-256-511-OCTET threshold"; | | "set IN-256-511-OCTET threshold"; |
| } | | } |
| leaf in-512-1023-octets { | | leaf in-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-512-1023-OCTET threshold"; | | "IN-512-1023-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-512-1023-OCTET threshold"; | | "set IN-512-1023-OCTET threshold"; |
| } | | } |
| leaf in-1024-1518-octets { | | leaf in-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-1024-1518-OCTET threshold"; | | "IN-1024-1518-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-1024-1518-OCTET threshold"; | | "set IN-1024-1518-OCTET threshold"; |
| } | | } |
| leaf in-drop-other { | | leaf in-drop-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-OTHER threshold"; | | "IN-DROP-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_DROP_OTHER threshold"; | | "set IN_DROP_OTHER threshold"; |
| } | | } |
| leaf in-ucast { | | leaf in-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-UCAST threshold"; | | "IN-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-UCAST threshold"; | | "set IN-UCAST threshold"; |
| } | | } |
| leaf in-mcast { | | leaf in-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MCAST threshold"; | | "IN-MCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MCAST threshold"; | | "set IN-MCAST threshold"; |
| } | | } |
| leaf in-bcast { | | leaf in-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-BCAST threshold"; | | "IN-BCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-BCAST threshold"; | | "set IN-BCAST threshold"; |
| } | | } |
| leaf in-error-fragments { | | leaf in-error-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-FRAGMENTS threshold"; | | "IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-FRAGMENTS threshold"; | | "set IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| leaf out-ucast { | | leaf out-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-UCAST threshold"; | | "OUT-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-UCAST threshold"; | | "set OUT-UCAST threshold"; |
| } | | } |
| leaf out-bcast { | | leaf out-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-BCAST threshold "; | | "OUT-BCAST threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-BCAST threshold"; | | "set OUT-BCAST threshold"; |
| } | | } |
| leaf out-mcast { | | leaf out-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-MCAST threshold "; | | "OUT-MCAST threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-MCAST threshold"; | | "set OUT-MCAST threshold"; |
| } | | } |
| leaf tx-pkt { | | leaf tx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX-PKT threshold"; | | "TX-PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX-PKT threshold"; | | "set TX-PKT threshold"; |
| } | | } |
| leaf out-octets { | | leaf out-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-OCTET threshold "; | | "OUT-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-OCTET threshold"; | | "set OUT-OCTET threshold"; |
| } | | } |
| leaf if-in-errors { | | leaf if-in-errors { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_ERRORS threshold"; | | "IFIN_ERRORS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_ERRORS threshold"; | | "set IFIN_ERRORS threshold"; |
| } | | } |
| leaf if-in-octets { | | leaf if-in-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_OCTETS threshold"; | | "IFIN_OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_OCTETS threshold"; | | "set IFIN_OCTETS threshold"; |
| } | | } |
| leaf ether-stat-multicast-pkt { | | leaf ether-stat-multicast-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "ETHER_STAT_MULTICAST_PKT threshold"; | | "ETHER_STAT_MULTICAST_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_MULTICAST_PKT threshold"; | | "set ETHER_STAT_MULTICAST_PKT threshold"; |
| } | | } |
| leaf ether-stat-broadcast-pkt { | | leaf ether-stat-broadcast-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| " ETHER_STAT_BROADCAST_PKT threshold"; | | " ETHER_STAT_BROADCAST_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_BROADCAST_PKT threshold"; | | "set ETHER_STAT_BROADCAST_PKT threshold"; |
| } | | } |
| leaf in-good-bytes { | | leaf in-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set IN_GOOD_BYTES threshold"; | | "set IN_GOOD_BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_GOOD_BYTES threshold"; | | "set IN_GOOD_BYTES threshold"; |
| } | | } |
| leaf in-good-pkts { | | leaf in-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set IN_GOOD_PKTS threshold"; | | "set IN_GOOD_PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_GOOD_PKTS threshold"; | | "set IN_GOOD_PKTS threshold"; |
| } | | } |
| leaf out-good-bytes { | | leaf out-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set OUT_GOOD_BYTES threshold"; | | "set OUT_GOOD_BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT_GOOD_BYTES threshold"; | | "set OUT_GOOD_BYTES threshold"; |
| } | | } |
| leaf out-good-pkts { | | leaf out-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set GOOD_PKTS threshold"; | | "set GOOD_PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set THRESH_OUT_GOOD_PKTS threshold"; | | "set THRESH_OUT_GOOD_PKTS threshold"; |
| } | | } |
| leaf rx-util { | | leaf rx-util { |
| type uint32 { | | type uint32 { |
| range "1..10000" { | | range "1..10000" { |
| description | | description |
| "set RX_UTIL threshold(in units of 0.01%)"; | | "set RX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| } | | } |
| description | | description |
| "set RX_UTIL threshold(in units of 0.1%)"; | | "set RX_UTIL threshold(in units of 0.1%)"; |
| } | | } |
| leaf tx-util { | | leaf tx-util { |
| type uint32 { | | type uint32 { |
| range "1..10000" { | | range "1..10000" { |
| description | | description |
| "set TX_UTIL threshold(in units of 0.01%)"; | | "set TX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_UTIL threshold(in units of 0.1%)"; | | "set TX_UTIL threshold(in units of 0.1%)"; |
| } | | } |
| leaf ether-stat-undersized-pkt { | | leaf ether-stat-undersized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "ETHER_STAT_UNDERSIZED_PKT threshold"; | | "ETHER_STAT_UNDERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_UNDERSIZED_PKT threshold"; | | "set ETHER_STAT_UNDERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-undersized-pkt { | | leaf tx-undersized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_UNDERSIZED_PKT threshold"; | | "TX_UNDERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_UNDERSIZED_PKT threshold"; | | "set TX_UNDERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-oversized-pkt { | | leaf tx-oversized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_OVERSIZED_PKT threshold"; | | "TX_OVERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_OVERSIZED_PKT threshold"; | | "set TX_OVERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-fragments { | | leaf tx-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_FRAGMENTS threshold"; | | "TX_FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_FRAGMENTS threshold"; | | "set TX_FRAGMENTS threshold"; |
| } | | } |
| leaf tx-jabber { | | leaf tx-jabber { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_JABBER threshold"; | | "TX_JABBER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_JABBER threshold"; | | "set TX_JABBER threshold"; |
| } | | } |
| leaf tx-bad-fcs { | | leaf tx-bad-fcs { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_BAD_FCS threshold"; | | "TX_BAD_FCS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_BAD_FCS threshold"; | | "set TX_BAD_FCS threshold"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set ether TCA reporting status"; | | "set ether TCA reporting status"; |
| container rx-pkt { | | container rx-pkt { |
| description | | description |
| "set rx-pkt TCA reporting status"; | | "set rx-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container rx-util { | | container rx-util { |
| description | | description |
| "set rx-util TCA reporting status"; | | "set rx-util TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-util { | | container tx-util { |
| description | | description |
| "set tx-util TCA reporting status"; | | "set tx-util TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container stat-pkt { | | container stat-pkt { |
| description | | description |
| "set stat-pkt TCA reporting status"; | | "set stat-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container octet-stat { | | container octet-stat { |
| description | | description |
| "set octet-stat TCA reporting status"; | | "set octet-stat TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container oversize-pkt { | | container oversize-pkt { |
| description | | description |
| "set oversize-pkt TCA reporting status"; | | "set oversize-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container fcs-err { | | container fcs-err { |
| description | | description |
| "set fcs-err TCA reporting status"; | | "set fcs-err TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container long-frame { | | container long-frame { |
| description | | description |
| "set long-frame TCA reporting status"; | | "set long-frame TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container jabber-stats { | | container jabber-stats { |
| description | | description |
| "set jabber-stats TCA reporting status"; | | "set jabber-stats TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _64-octets { | | container _64-octets { |
| description | | description |
| "set 64-octets TCA reporting status"; | | "set 64-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _65-127-octets { | | container _65-127-octets { |
| description | | description |
| "set 65-127-octets TCA reporting status"; | | "set 65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _128-255-octets { | | container _128-255-octets { |
| description | | description |
| "set 128-255-octets TCA reporting status"; | | "set 128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _256-511-octets { | | container _256-511-octets { |
| description | | description |
| "set 256-511-octets TCA reporting status"; | | "set 256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _512-1023-octets { | | container _512-1023-octets { |
| description | | description |
| "set 512-1023-octets TCA reporting status"; | | "set 512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _1024-1518-octets { | | container _1024-1518-octets { |
| description | | description |
| "set 1024-1518-octets TCA reporting status"; | | "set 1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-ucast { | | container in-ucast { |
| description | | description |
| "set in-Ucast TCA reporting status"; | | "set in-Ucast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mcast { | | container in-mcast { |
| description | | description |
| "set in-Mcast TCA reporting status"; | | "set in-Mcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-bcast { | | container in-bcast { |
| description | | description |
| "set in-Bcast TCA reporting status"; | | "set in-Bcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-ucast { | | container out-ucast { |
| description | | description |
| "set es-pm TCA reporting status"; | | "set es-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-mcast { | | container out-mcast { |
| description | | description |
| "set esr-pm TCA reporting status"; | | "set esr-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-bcast { | | container out-bcast { |
| description | | description |
| "set es-sm TCA reporting status"; | | "set es-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-pkt { | | container tx-pkt { |
| description | | description |
| "set esr-sm TCA reporting status"; | | "set esr-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-errors { | | container if-in-errors { |
| description | | description |
| "set ifIn_errors TCA reporting status"; | | "set ifIn_errors TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-octets { | | container if-in-octets { |
| description | | description |
| "set ifOut_errors TCA reporting status"; | | "set ifOut_errors TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-multicast-pkt { | | container ether-stat-multicast-pkt { |
| description | | description |
| "set ether_stat_multicast_pkt TCA reporting status"; | | "set ether_stat_multicast_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-broadcast-pkt { | | container ether-stat-broadcast-pkt { |
| description | | description |
| "set ether_stat_broadcast_pkt TCA reporting status"; | | "set ether_stat_broadcast_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-undersized-pkt { | | container ether-stat-undersized-pkt { |
| description | | description |
| "set ether_stat_undersized_pkt TCA reporting status"; | | "set ether_stat_undersized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets { | | container out-octets { |
| description | | description |
| "set out-octets TCA reporting status"; | | "set out-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-bytes { | | container in-good-bytes { |
| description | | description |
| "set in-good-bytes TCA reporting status"; | | "set in-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-pkts { | | container in-good-pkts { |
| description | | description |
| "set in-good-pkts TCA reporting status"; | | "set in-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-other { | | container in-drop-other { |
| description | | description |
| "set in-drop-other TCA reporting status"; | | "set in-drop-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-bytes { | | container out-good-bytes { |
| description | | description |
| "set out-good-bytes TCA reporting status"; | | "set out-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-pkts { | | container out-good-pkts { |
| description | | description |
| "set out-good-pkts TCA reporting status"; | | "set out-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-fragments { | | container in-error-fragments { |
| description | | description |
| "set in-error-fragments TCA reporting status"; | | "set in-error-fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-64-octets { | | container in-64-octets { |
| description | | description |
| "set in-64-octets TCA reporting status"; | | "set in-64-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-65-127-octets { | | container in-65-127-octets { |
| description | | description |
| "set in-65-127-octets TCA reporting status"; | | "set in-65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-128-255-octets { | | container in-128-255-octets { |
| description | | description |
| "set in-128-255-octets TCA reporting status"; | | "set in-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-256-511-octets { | | container in-256-511-octets { |
| description | | description |
| "set in-256-511-octets TCA reporting status"; | | "set in-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-512-1023-octets { | | container in-512-1023-octets { |
| description | | description |
| "set in-512-1023-octets TCA reporting status"; | | "set in-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-1024-1518-octets { | | container in-1024-1518-octets { |
| description | | description |
| "set in-1024-1518-octets TCA reporting status"; | | "set in-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-undersized-pkt { | | container tx-undersized-pkt { |
| description | | description |
| "set tx_undersized_pkt TCA reporting status"; | | "set tx_undersized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-oversized-pkt { | | container tx-oversized-pkt { |
| description | | description |
| "set tx_oversized_pkt TCA reporting status"; | | "set tx_oversized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-fragments { | | container tx-fragments { |
| description | | description |
| "set tx_fragments TCA reporting status"; | | "set tx_fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-jabber { | | container tx-jabber { |
| description | | description |
| "set tx_jabber TCA reporting status"; | | "set tx_jabber TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-bad-fcs { | | container tx-bad-fcs { |
| description | | description |
| "set tx_bad_fcs TCA reporting status"; | | "set tx_bad_fcs TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container interval-24-hr { | | container interval-24-hr { |
| description | | description |
| "Configure pm parameters of 24 hrs interval"; | | "Configure pm parameters of 24 hrs interval"; |
| container macsec-secy-tx { | | container macsec-secy-tx { |
| description | | description |
| "Configure pm parameters of macsec-secy-tx"; | | "Configure pm parameters of macsec-secy-tx"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on macsec-secy-tx parameters"; | | "Configure threshold on macsec-secy-tx parameters"; |
| leaf out-pkts-protected { | | leaf out-pkts-protected { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsProtected threshold range"; | | "OutPktsProtected threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsProtected "; | | "Set Threshold for OutPktsProtected "; |
| } | | } |
| leaf out-pkts-encrypted { | | leaf out-pkts-encrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsEncrypted threshold range"; | | "OutPktsEncrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsEncrypted"; | | "Set Threshold for OutPktsEncrypted"; |
| } | | } |
| leaf out-octets-protected { | | leaf out-octets-protected { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutOctetsProtected threshold range"; | | "OutOctetsProtected threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutOctetsProtected"; | | "Set Threshold for OutOctetsProtected"; |
| } | | } |
| leaf out-octets-encrypted { | | leaf out-octets-encrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutOctetsEncrypted threshold range"; | | "OutOctetsEncrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutOctetsEncrypted"; | | "Set Threshold for OutOctetsEncrypted"; |
| } | | } |
| leaf out-pkts-too-long { | | leaf out-pkts-too-long { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsTooLong threshold range"; | | "OutPktsTooLong threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsTooLong"; | | "Set Threshold for OutPktsTooLong"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "Configure Report for macsec-secy-tx Parameters"; | | "Configure Report for macsec-secy-tx Parameters"; |
| container out-pkts-protected { | | container out-pkts-protected { |
| description | | description |
| "set OutPktsProtected TCA reporting status"; | | "set OutPktsProtected TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-encrypted { | | container out-pkts-encrypted { |
| description | | description |
| "set OutPktsEncrypted TCA reporting status"; | | "set OutPktsEncrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets-protected { | | container out-octets-protected { |
| description | | description |
| "set OutOctetsProtected TCA reporting status"; | | "set OutOctetsProtected TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets-encrypted { | | container out-octets-encrypted { |
| description | | description |
| "set OutOctetsEncrypted TCA reporting status"; | | "set OutOctetsEncrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-too-long { | | container out-pkts-too-long { |
| description | | description |
| "set OutPktsTooLong TCA reporting status"; | | "set OutPktsTooLong TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container macsec-secy-rx { | | container macsec-secy-rx { |
| description | | description |
| "Configure pm parameters of macsec-secy-rx"; | | "Configure pm parameters of macsec-secy-rx"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on macsec-secy-rx parameters"; | | "Configure threshold on macsec-secy-rx parameters"; |
| leaf in-pkts-unchecked { | | leaf in-pkts-unchecked { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUnchecked threshold range"; | | "InPktsUnchecked threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUnchecked"; | | "Set Threshold for InPktsUnchecked"; |
| } | | } |
| leaf in-pkts-delayed { | | leaf in-pkts-delayed { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsDelayed threshold range"; | | "InPktsDelayed threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsDelayed"; | | "Set Threshold for InPktsDelayed"; |
| } | | } |
| leaf in-pkts-late { | | leaf in-pkts-late { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsLate threshold range"; | | "InPktsLate threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsLate"; | | "Set Threshold for InPktsLate"; |
| } | | } |
| leaf in-pkts-ok { | | leaf in-pkts-ok { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsOK threshold range"; | | "InPktsOK threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsOK"; | | "Set Threshold for InPktsOK"; |
| } | | } |
| leaf in-pkts-invalid { | | leaf in-pkts-invalid { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsInvalid threshold range"; | | "InPktsInvalid threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsInvalid"; | | "Set Threshold for InPktsInvalid"; |
| } | | } |
| leaf in-pkts-not-valid { | | leaf in-pkts-not-valid { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsNotValid threshold range"; | | "InPktsNotValid threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsNotValid"; | | "Set Threshold for InPktsNotValid"; |
| } | | } |
| leaf in-pkts-not-using-sa { | | leaf in-pkts-not-using-sa { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsNotUsingSA threshold range"; | | "InPktsNotUsingSA threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsNotUsingSA"; | | "Set Threshold for InPktsNotUsingSA"; |
| } | | } |
| leaf in-pkts-unused-sa { | | leaf in-pkts-unused-sa { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUnusedSA threshold range"; | | "InPktsUnusedSA threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUnusedSA"; | | "Set Threshold for InPktsUnusedSA"; |
| } | | } |
| leaf in-pkts-untagged-hit { | | leaf in-pkts-untagged-hit { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUntaggedHit threshold range"; | | "InPktsUntaggedHit threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUntaggedHit"; | | "Set Threshold for InPktsUntaggedHit"; |
| } | | } |
| leaf in-octets-validated { | | leaf in-octets-validated { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InOctetsValidated threshold range"; | | "InOctetsValidated threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InOctetsValidated"; | | "Set Threshold for InOctetsValidated"; |
| } | | } |
| leaf in-octets-decrypted { | | leaf in-octets-decrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InOctetsDecrypted threshold range"; | | "InOctetsDecrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InOctetsDecrypted"; | | "Set Threshold for InOctetsDecrypted"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "Configure Report for macsec-secy-rx Parameters"; | | "Configure Report for macsec-secy-rx Parameters"; |
| container in-pkts-unchecked { | | container in-pkts-unchecked { |
| description | | description |
| "set InPktsUnchecked TCA reporting status"; | | "set InPktsUnchecked TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-delayed { | | container in-pkts-delayed { |
| description | | description |
| "set InPktsDelayed TCA reporting status"; | | "set InPktsDelayed TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-late { | | container in-pkts-late { |
| description | | description |
| "set InPktsLate TCA reporting status"; | | "set InPktsLate TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-ok { | | container in-pkts-ok { |
| description | | description |
| "set InPktsOK TCA reporting status"; | | "set InPktsOK TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-invalid { | | container in-pkts-invalid { |
| description | | description |
| "set InPktsInvalid TCA reporting status"; | | "set InPktsInvalid TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-not-valid { | | container in-pkts-not-valid { |
| description | | description |
| "set InPktsNotValid TCA reporting status"; | | "set InPktsNotValid TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-not-using-sa { | | container in-pkts-not-using-sa { |
| description | | description |
| "set InPktsNotUsingSA TCA reporting status"; | | "set InPktsNotUsingSA TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-unused-sa { | | container in-pkts-unused-sa { |
| description | | description |
| "set InPktsUnusedSA TCA reporting status"; | | "set InPktsUnusedSA TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-untagged-hit { | | container in-pkts-untagged-hit { |
| description | | description |
| "set InPktsUntaggedHit TCA reporting status"; | | "set InPktsUntaggedHit TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-octets-validated { | | container in-octets-validated { |
| description | | description |
| "set InOctetsValidated TCA reporting status"; | | "set InOctetsValidated TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-octets-decrypted { | | container in-octets-decrypted { |
| description | | description |
| "set InOctetsDecrypted TCA reporting status"; | | "set InOctetsDecrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container macsec-secy-if { | | container macsec-secy-if { |
| description | | description |
| "Configure pm parameters of macsec-secy-if"; | | "Configure pm parameters of macsec-secy-if"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on macsec-secy-if parameters"; | | "Configure threshold on macsec-secy-if parameters"; |
| leaf in-pkts-untagged { | | leaf in-pkts-untagged { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUntagged threshold range"; | | "InPktsUntagged threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUntagged"; | | "Set Threshold for InPktsUntagged"; |
| } | | } |
| leaf in-pkts-no-tag { | | leaf in-pkts-no-tag { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsNoTag threshold range"; | | "InPktsNoTag threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsNoTag"; | | "Set Threshold for InPktsNoTag"; |
| } | | } |
| leaf in-pkts-bad-tag { | | leaf in-pkts-bad-tag { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsBadTag threshold range"; | | "InPktsBadTag threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsBadTag"; | | "Set Threshold for InPktsBadTag"; |
| } | | } |
| leaf in-pkts-unknown-sci { | | leaf in-pkts-unknown-sci { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsUnknownSCI threshold range"; | | "InPktsUnknownSCI threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsUnknownSCI"; | | "Set Threshold for InPktsUnknownSCI"; |
| } | | } |
| leaf in-pkts-no-sci { | | leaf in-pkts-no-sci { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsNoSCI threshold range"; | | "InPktsNoSCI threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsNoSCI"; | | "Set Threshold for InPktsNoSCI"; |
| } | | } |
| leaf in-pkts-overrun { | | leaf in-pkts-overrun { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InPktsOverrun threshold range"; | | "InPktsOverrun threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InPktsOverrun"; | | "Set Threshold for InPktsOverrun"; |
| } | | } |
| leaf in-octets-validated { | | leaf in-octets-validated { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InOctetsValidated threshold range"; | | "InOctetsValidated threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InOctetsValidated"; | | "Set Threshold for InOctetsValidated"; |
| } | | } |
| leaf in-octets-decrypted { | | leaf in-octets-decrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "InOctetsDecrypted threshold range"; | | "InOctetsDecrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for InOctetsDecrypted"; | | "Set Threshold for InOctetsDecrypted"; |
| } | | } |
| leaf out-pkts-untagged { | | leaf out-pkts-untagged { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsUntagged threshold range"; | | "OutPktsUntagged threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsUntagged "; | | "Set Threshold for OutPktsUntagged "; |
| } | | } |
| leaf out-pkts-too-long { | | leaf out-pkts-too-long { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutPktsTooLong threshold range"; | | "OutPktsTooLong threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutPktsTooLong"; | | "Set Threshold for OutPktsTooLong"; |
| } | | } |
| leaf out-octets-encrypted { | | leaf out-octets-encrypted { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutOctetsEncrypted threshold range"; | | "OutOctetsEncrypted threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutOctetsEncrypted"; | | "Set Threshold for OutOctetsEncrypted"; |
| } | | } |
| leaf out-octets-protected { | | leaf out-octets-protected { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OutOctetsProtected threshold range"; | | "OutOctetsProtected threshold range"; |
| } | | } |
| } | | } |
| description | | description |
| "Set Threshold for OutOctetsProtected"; | | "Set Threshold for OutOctetsProtected"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "Configure Report for macsec-secy-if Parameters"; | | "Configure Report for macsec-secy-if Parameters"; |
| container in-pkts-untagged { | | container in-pkts-untagged { |
| description | | description |
| "set InPktsUntagged TCA reporting status"; | | "set InPktsUntagged TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-no-tag { | | container in-pkts-no-tag { |
| description | | description |
| "set InPktsNoTag TCA reporting status"; | | "set InPktsNoTag TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-bad-tag { | | container in-pkts-bad-tag { |
| description | | description |
| "set InPktsBadTag TCA reporting status"; | | "set InPktsBadTag TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-unknown-sci { | | container in-pkts-unknown-sci { |
| description | | description |
| "set InPktsUnknownSCI TCA reporting status"; | | "set InPktsUnknownSCI TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-no-sci { | | container in-pkts-no-sci { |
| description | | description |
| "set InPktsNoSCI TCA reporting status"; | | "set InPktsNoSCI TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-pkts-overrun { | | container in-pkts-overrun { |
| description | | description |
| "set InPktsOverrun TCA reporting status"; | | "set InPktsOverrun TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-octets-validated { | | container in-octets-validated { |
| description | | description |
| "set InOctetsValidated TCA reporting status"; | | "set InOctetsValidated TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-octets-decrypted { | | container in-octets-decrypted { |
| description | | description |
| "set InOctetsDecrypted TCA reporting status"; | | "set InOctetsDecrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-untagged { | | container out-pkts-untagged { |
| description | | description |
| "set OutPktsUntagged TCA reporting status"; | | "set OutPktsUntagged TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-pkts-too-long { | | container out-pkts-too-long { |
| description | | description |
| "set OutPktsTooLong TCA reporting status"; | | "set OutPktsTooLong TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets-protected { | | container out-octets-protected { |
| description | | description |
| "set OutOctetsProtected TCA reporting status"; | | "set OutOctetsProtected TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets-encrypted { | | container out-octets-encrypted { |
| description | | description |
| "set OutOctetsEncrypted TCA reporting status"; | | "set OutOctetsEncrypted TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| container macsec-ether { | | container macsec-ether { |
| description | | description |
| "configure ether performance monitoring"; | | "configure ether performance monitoring"; |
| container threshold { | | container threshold { |
| description | | description |
| "Configure threshold on ether parameters"; | | "Configure threshold on ether parameters"; |
| leaf rx-pkt { | | leaf rx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "RX-PKT threshold "; | | "RX-PKT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set RX-PKT threshold"; | | "set RX-PKT threshold"; |
| } | | } |
| leaf stat-pkt { | | leaf stat-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "STAT-PKT threshold "; | | "STAT-PKT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set STAT-PKT threshold"; | | "set STAT-PKT threshold"; |
| } | | } |
| leaf octet-stat { | | leaf octet-stat { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OCTET-STAT threshold "; | | "OCTET-STAT threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set OCTET-STAT threshold"; | | "set OCTET-STAT threshold"; |
| } | | } |
| leaf oversize-pkt { | | leaf oversize-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OVERSIZEPKT-STATS threshold"; | | "OVERSIZEPKT-STATS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OVERSIZE-PKT threshold"; | | "set OVERSIZE-PKT threshold"; |
| } | | } |
| leaf fcs-err { | | leaf fcs-err { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "FCS-ERR threshold"; | | "FCS-ERR threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set FCS-ERR threshold"; | | "set FCS-ERR threshold"; |
| } | | } |
| leaf long-frame { | | leaf long-frame { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "LONG-FRAMES threshold "; | | "LONG-FRAMES threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set LONG-FRAMES threshold"; | | "set LONG-FRAMES threshold"; |
| } | | } |
| leaf jabber-stats { | | leaf jabber-stats { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "JABBER-STATS threshold "; | | "JABBER-STATS threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set JABBER-STATS threshold"; | | "set JABBER-STATS threshold"; |
| } | | } |
| leaf sixty-four-octets { | | leaf sixty-four-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "64-OCTET threshold"; | | "64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 64-OCTET threshold"; | | "set 64-OCTET threshold"; |
| } | | } |
| leaf six5-127-octets { | | leaf six5-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "65-127-OCTET threshold"; | | "65-127-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 65-127-OCTET threshold"; | | "set 65-127-OCTET threshold"; |
| } | | } |
| leaf one-hundred-twenty-eight-255-octets { | | leaf one-hundred-twenty-eight-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "128-255-OCTET threshold "; | | "128-255-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 128-255-OCTET threshold"; | | "set 128-255-OCTET threshold"; |
| } | | } |
| leaf two-hundred-fifty-six-511-octets { | | leaf two-hundred-fifty-six-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "256-511-OCTET threshold "; | | "256-511-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 256-511-OCTET threshold"; | | "set 256-511-OCTET threshold"; |
| } | | } |
| leaf five-hundred-twelve-1023-octets { | | leaf five-hundred-twelve-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "512-1023-OCTET threshold"; | | "512-1023-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 512-1023-OCTET threshold"; | | "set 512-1023-OCTET threshold"; |
| } | | } |
| leaf one-thousand-twenty-four-1518-octets { | | leaf one-thousand-twenty-four-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "1024-1518-OCTET threshold"; | | "1024-1518-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set 1024-1518-OCTET threshold"; | | "set 1024-1518-OCTET threshold"; |
| } | | } |
| leaf in-64-octets { | | leaf in-64-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-64-OCTET threshold"; | | "IN-64-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-64-OCTET threshold"; | | "set IN-64-OCTET threshold"; |
| } | | } |
| leaf in-65-127-octets { | | leaf in-65-127-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-65-127-OCTET threshold"; | | "IN-65-127-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-65-127-OCTET threshold"; | | "set IN-65-127-OCTET threshold"; |
| } | | } |
| leaf in-128-255-octets { | | leaf in-128-255-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-128-255-OCTET threshold "; | | "IN-128-255-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set 128-255-OCTET threshold"; | | "set 128-255-OCTET threshold"; |
| } | | } |
| leaf in-256-511-octets { | | leaf in-256-511-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-256-511-OCTET threshold "; | | "IN-256-511-OCTET threshold "; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-256-511-OCTET threshold"; | | "set IN-256-511-OCTET threshold"; |
| } | | } |
| leaf in-512-1023-octets { | | leaf in-512-1023-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-512-1023-OCTET threshold"; | | "IN-512-1023-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-512-1023-OCTET threshold"; | | "set IN-512-1023-OCTET threshold"; |
| } | | } |
| leaf in-1024-1518-octets { | | leaf in-1024-1518-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-1024-1518-OCTET threshold"; | | "IN-1024-1518-OCTET threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-1024-1518-OCTET threshold"; | | "set IN-1024-1518-OCTET threshold"; |
| } | | } |
| leaf in-drop-other { | | leaf in-drop-other { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-DROP-OTHER threshold"; | | "IN-DROP-OTHER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_DROP_OTHER threshold"; | | "set IN_DROP_OTHER threshold"; |
| } | | } |
| leaf in-ucast { | | leaf in-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-UCAST threshold"; | | "IN-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-UCAST threshold"; | | "set IN-UCAST threshold"; |
| } | | } |
| leaf in-mcast { | | leaf in-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-MCAST threshold"; | | "IN-MCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-MCAST threshold"; | | "set IN-MCAST threshold"; |
| } | | } |
| leaf in-bcast { | | leaf in-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-BCAST threshold"; | | "IN-BCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-BCAST threshold"; | | "set IN-BCAST threshold"; |
| } | | } |
| leaf in-error-fragments { | | leaf in-error-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IN-ERROR-FRAGMENTS threshold"; | | "IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN-ERROR-FRAGMENTS threshold"; | | "set IN-ERROR-FRAGMENTS threshold"; |
| } | | } |
| leaf out-ucast { | | leaf out-ucast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-UCAST threshold"; | | "OUT-UCAST threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-UCAST threshold"; | | "set OUT-UCAST threshold"; |
| } | | } |
| leaf out-bcast { | | leaf out-bcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-BCAST threshold )"; | | "OUT-BCAST threshold )"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-BCAST threshold"; | | "set OUT-BCAST threshold"; |
| } | | } |
| leaf out-mcast { | | leaf out-mcast { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-MCAST threshold (seconds)"; | | "OUT-MCAST threshold (seconds)"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-MCAST threshold"; | | "set OUT-MCAST threshold"; |
| } | | } |
| leaf tx-pkt { | | leaf tx-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX-PKT threshold"; | | "TX-PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX-PKT threshold"; | | "set TX-PKT threshold"; |
| } | | } |
| leaf out-octets { | | leaf out-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "OUT-OCTET threshold (seconds)"; | | "OUT-OCTET threshold (seconds)"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT-OCTET threshold"; | | "set OUT-OCTET threshold"; |
| } | | } |
| leaf if-in-errors { | | leaf if-in-errors { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_ERRORS threshold"; | | "IFIN_ERRORS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_ERRORS threshold"; | | "set IFIN_ERRORS threshold"; |
| } | | } |
| leaf in-good-bytes { | | leaf in-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set IN_GOOD_BYTES threshold"; | | "set IN_GOOD_BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_GOOD_BYTES threshold"; | | "set IN_GOOD_BYTES threshold"; |
| } | | } |
| leaf in-good-pkts { | | leaf in-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set IN_GOOD_PKTS threshold"; | | "set IN_GOOD_PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IN_GOOD_PKTS threshold"; | | "set IN_GOOD_PKTS threshold"; |
| } | | } |
| leaf out-good-bytes { | | leaf out-good-bytes { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set OUT_GOOD_BYTES threshold"; | | "set OUT_GOOD_BYTES threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set OUT_GOOD_BYTES threshold"; | | "set OUT_GOOD_BYTES threshold"; |
| } | | } |
| leaf out-good-pkts { | | leaf out-good-pkts { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "set GOOD_PKTS threshold"; | | "set GOOD_PKTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set THRESH_OUT_GOOD_PKTS threshold"; | | "set THRESH_OUT_GOOD_PKTS threshold"; |
| } | | } |
| leaf rx-util { | | leaf rx-util { |
| type uint32 { | | type uint32 { |
| range "1..10000" { | | range "1..10000" { |
| description | | description |
| "set RX_UTIL threshold (in units of 0.01%)"; | | "set RX_UTIL threshold (in units of 0.01%)"; |
| } | | } |
| } | | } |
| description | | description |
| "set THRESH_RX_UTIL threshold(in units of 0.01%)"; | | "set THRESH_RX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| leaf tx-util { | | leaf tx-util { |
| type uint32 { | | type uint32 { |
| range "1..10000" { | | range "1..10000" { |
| description | | description |
| "set TX_UTIL threshold(in units of 0.01%)"; | | "set TX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_UTIL threshold(in units of 0.01%)"; | | "set TX_UTIL threshold(in units of 0.01%)"; |
| } | | } |
| leaf if-in-octets { | | leaf if-in-octets { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "IFIN_OCTETS threshold"; | | "IFIN_OCTETS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set IFIN_OCTETS threshold"; | | "set IFIN_OCTETS threshold"; |
| } | | } |
| leaf ether-stat-multicast-pkt { | | leaf ether-stat-multicast-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "ETHER_STAT_MULTICAST_PKT threshold"; | | "ETHER_STAT_MULTICAST_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_MULTICAST_PKT threshold"; | | "set ETHER_STAT_MULTICAST_PKT threshold"; |
| } | | } |
| leaf ether-stat-broadcast-pkt { | | leaf ether-stat-broadcast-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| " ETHER_STAT_BROADCAST_PKT threshold"; | | " ETHER_STAT_BROADCAST_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| " set ETHER_STAT_BROADCAST_PKT threshold"; | | " set ETHER_STAT_BROADCAST_PKT threshold"; |
| } | | } |
| leaf ether-stat-undersized-pkt { | | leaf ether-stat-undersized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "ETHER_STAT_UNDERSIZED_PKT threshold"; | | "ETHER_STAT_UNDERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set ETHER_STAT_UNDERSIZED_PKT threshold"; | | "set ETHER_STAT_UNDERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-undersized-pkt { | | leaf tx-undersized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_UNDERSIZED_PKT threshold"; | | "TX_UNDERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_UNDERSIZED_PKT threshold"; | | "set TX_UNDERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-oversized-pkt { | | leaf tx-oversized-pkt { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_OVERSIZED_PKT threshold"; | | "TX_OVERSIZED_PKT threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_OVERSIZED_PKT threshold"; | | "set TX_OVERSIZED_PKT threshold"; |
| } | | } |
| leaf tx-fragments { | | leaf tx-fragments { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_FRAGMENTS threshold"; | | "TX_FRAGMENTS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_FRAGMENTS threshold"; | | "set TX_FRAGMENTS threshold"; |
| } | | } |
| leaf tx-jabber { | | leaf tx-jabber { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_JABBER threshold"; | | "TX_JABBER threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_JABBER threshold"; | | "set TX_JABBER threshold"; |
| } | | } |
| leaf tx-bad-fcs { | | leaf tx-bad-fcs { |
| type uint32 { | | type uint32 { |
| range "1..4294967295" { | | range "1..4294967295" { |
| description | | description |
| "TX_BAD_FCS threshold"; | | "TX_BAD_FCS threshold"; |
| } | | } |
| } | | } |
| description | | description |
| "set TX_BAD_FCS threshold"; | | "set TX_BAD_FCS threshold"; |
| } | | } |
| } | | } |
| container report { | | container report { |
| description | | description |
| "set ether TCA reporting status"; | | "set ether TCA reporting status"; |
| container rx-pkt { | | container rx-pkt { |
| description | | description |
| "set rx-pkt TCA reporting status"; | | "set rx-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container rx-util { | | container rx-util { |
| description | | description |
| "set rx-util TCA reporting status"; | | "set rx-util TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-util { | | container tx-util { |
| description | | description |
| "set tx-util TCA reporting status"; | | "set tx-util TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container stat-pkt { | | container stat-pkt { |
| description | | description |
| "set stat-pkt TCA reporting status"; | | "set stat-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container octet-stat { | | container octet-stat { |
| description | | description |
| "set octet-stat TCA reporting status"; | | "set octet-stat TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container oversize-pkt { | | container oversize-pkt { |
| description | | description |
| "set oversize-pkt TCA reporting status"; | | "set oversize-pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container fcs-err { | | container fcs-err { |
| description | | description |
| "set fcs-err TCA reporting status"; | | "set fcs-err TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container long-frame { | | container long-frame { |
| description | | description |
| "set long-frame TCA reporting status"; | | "set long-frame TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container jabber-stats { | | container jabber-stats { |
| description | | description |
| "set jabber-stats TCA reporting status"; | | "set jabber-stats TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _64-octets { | | container _64-octets { |
| description | | description |
| "set 64-octets TCA reporting status"; | | "set 64-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _65-127-octets { | | container _65-127-octets { |
| description | | description |
| "set 65-127-octets TCA reporting status"; | | "set 65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _128-255-octets { | | container _128-255-octets { |
| description | | description |
| "set 128-255-octets TCA reporting status"; | | "set 128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _256-511-octets { | | container _256-511-octets { |
| description | | description |
| "set 256-511-octets TCA reporting status"; | | "set 256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _512-1023-octets { | | container _512-1023-octets { |
| description | | description |
| "set 512-1023-octets TCA reporting status"; | | "set 512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container _1024-1518-octets { | | container _1024-1518-octets { |
| description | | description |
| "set 1024-1518-octets TCA reporting status"; | | "set 1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-ucast { | | container in-ucast { |
| description | | description |
| "set in-Ucast TCA reporting status"; | | "set in-Ucast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-mcast { | | container in-mcast { |
| description | | description |
| "set in-Mcast TCA reporting status"; | | "set in-Mcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-bcast { | | container in-bcast { |
| description | | description |
| "set in-Bcast TCA reporting status"; | | "set in-Bcast TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-ucast { | | container out-ucast { |
| description | | description |
| "set es-pm TCA reporting status"; | | "set es-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-mcast { | | container out-mcast { |
| description | | description |
| "set esr-pm TCA reporting status"; | | "set esr-pm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-bcast { | | container out-bcast { |
| description | | description |
| "set es-sm TCA reporting status"; | | "set es-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-pkt { | | container tx-pkt { |
| description | | description |
| "set esr-sm TCA reporting status"; | | "set esr-sm TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-errors { | | container if-in-errors { |
| description | | description |
| "set ifIn_errors TCA reporting status"; | | "set ifIn_errors TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container if-in-octets { | | container if-in-octets { |
| description | | description |
| "set ifIn_Octets TCA reporting status"; | | "set ifIn_Octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-multicast-pkt { | | container ether-stat-multicast-pkt { |
| description | | description |
| "set ether_stat_multicast_pkt TCA reporting status"; | | "set ether_stat_multicast_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-broadcast-pkt { | | container ether-stat-broadcast-pkt { |
| description | | description |
| "set ether_stat_broadcast_pkt TCA reporting status"; | | "set ether_stat_broadcast_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container ether-stat-undersized-pkt { | | container ether-stat-undersized-pkt { |
| description | | description |
| "set ether_stat_undersized_pkt TCA reporting status"; | | "set ether_stat_undersized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-octets { | | container out-octets { |
| description | | description |
| "set out-octets TCA reporting status"; | | "set out-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-bytes { | | container in-good-bytes { |
| description | | description |
| "set in-good-bytes TCA reporting status"; | | "set in-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-good-pkts { | | container in-good-pkts { |
| description | | description |
| "set in-good-pkts TCA reporting status"; | | "set in-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-drop-other { | | container in-drop-other { |
| description | | description |
| "set in-drop-other TCA reporting status"; | | "set in-drop-other TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-bytes { | | container out-good-bytes { |
| description | | description |
| "set out-good-bytes TCA reporting status"; | | "set out-good-bytes TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container out-good-pkts { | | container out-good-pkts { |
| description | | description |
| "set out-good-pkts TCA reporting status"; | | "set out-good-pkts TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-error-fragments { | | container in-error-fragments { |
| description | | description |
| "set in-error-fragments TCA reporting status"; | | "set in-error-fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-64-octets { | | container in-64-octets { |
| description | | description |
| "set in-64-octets TCA reporting status"; | | "set in-64-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-65-127-octets { | | container in-65-127-octets { |
| description | | description |
| "set in-65-127-octets TCA reporting status"; | | "set in-65-127-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-128-255-octets { | | container in-128-255-octets { |
| description | | description |
| "set in-128-255-octets TCA reporting status"; | | "set in-128-255-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-256-511-octets { | | container in-256-511-octets { |
| description | | description |
| "set in-256-511-octets TCA reporting status"; | | "set in-256-511-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-512-1023-octets { | | container in-512-1023-octets { |
| description | | description |
| "set in-512-1023-octets TCA reporting status"; | | "set in-512-1023-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container in-1024-1518-octets { | | container in-1024-1518-octets { |
| description | | description |
| "set in-1024-1518-octets TCA reporting status"; | | "set in-1024-1518-octets TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-undersized-pkt { | | container tx-undersized-pkt { |
| description | | description |
| "set tx_undersized_pkt TCA reporting status"; | | "set tx_undersized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-oversized-pkt { | | container tx-oversized-pkt { |
| description | | description |
| "set tx_oversized_pkt TCA reporting status"; | | "set tx_oversized_pkt TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-fragments { | | container tx-fragments { |
| description | | description |
| "set tx_fragments TCA reporting status"; | | "set tx_fragments TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-jabber { | | container tx-jabber { |
| description | | description |
| "set tx_jabber TCA reporting status"; | | "set tx_jabber TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| container tx-bad-fcs { | | container tx-bad-fcs { |
| description | | description |
| "set tx_bad_fcs TCA reporting status"; | | "set tx_bad_fcs TCA reporting status"; |
| container enable { | | container enable { |
| presence "Indicates a enable node is configured."; | | presence "Indicates a enable node is configured."; |
| description | | description |
| "Enable TCA reporting"; | | "Enable TCA reporting"; |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| } | | } |
| | | |
| augment "/a1:interfaces/a1:interface" { | | augment "/a1:interfaces/a1:interface" { |
| description | | description |
| "This augment extends active nodes configuration"; | | "This augment extends active nodes configuration"; |
| uses IF-BODY; | | uses IF-BODY; |
| } | | } |
| augment "/a1:interfaces/a1:interface-preconfigure" { | | augment "/a1:interfaces/a1:interface-preconfigure" { |
| description | | description |
| "This augment extends preconfigured nodes | | "This augment extends preconfigured nodes |
| configuration"; | | configuration"; |
| uses IF-BODY; | | uses IF-BODY; |
| } | | } |
| augment "/a1:controllers/a1:controller" { | | augment "/a1:controllers/a1:controller" { |
| description | | description |
| "This augment extends active nodes configuration"; | | "This augment extends active nodes configuration"; |
| uses CONT-BODY; | | uses CONT-BODY; |
| } | | } |
| augment "/a1:controllers/a1:controller-preconfigure" { | | augment "/a1:controllers/a1:controller-preconfigure" { |
| description | | description |
| "This augment extends preconfigured nodes | | "This augment extends preconfigured nodes |
| configuration"; | | configuration"; |
| uses CONT-BODY; | | uses CONT-BODY; |
| } | | } |
| } | | } |